Shades of Razzmatazz #CC054C
Tints of Razzmatazz #CC054C
RGB
CMYK
RGB Variations
Color information
#CC054C (or 0xCC054C) is known color: Razzmatazz. HEX triplet: CC, 05 and 4C. RGB value is (204,5,76). Sum of RGB (Red+Green+Blue) = 204+5+76=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC054C is #33FAB3. Grayscale: #484848. Windows color (decimal): -3406516 or 4982220. OLE color: 4982220.
HSL color Cylindrical-coordinate representation of color #CC054C: hue angle of 338.59º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC054C is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 76 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.2 |
| HSL | 338.59º | 0.95% | 0.41% | - |
| HSV(B) | 338.59º | 0.98% | 0.8% | - |
| XYZ | 26.26 | 13.47 | 8.05 | - |
| YUV | 72.6 | 129.93 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 76 | 0 | 0.98 | 0.63 | 0.2 | 338.59 | 0.95 | 0.41 |
| Hex | CC | 5 | 4C | 0 | 62 | 3F | 14 | 153 | 5F | 29 |
| Octal | 314 | 5 | 114 | 0 | 142 | 77 | 24 | 523 | 137 | 51 |
| Binary | 11001100 | 101 | 1001100 | 0 | 1100010 | 111111 | 10100 | 101010011 | 1011111 | 101001 |
Color Harmonies of #CC054C
Complementary color
Monochromatic Colors of #CC054C
Black with #CC054C
Text Example
Text Example
White with #CC054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC054C; }
p { color: rgb(204,5,76); }
H1.HeaderClassName
{
color: #CC054C;
}
.AnyTagClassName
{
color: #CC054C;
}
</style>
background-color css
<style>
a { background-color: #CC054C; }
a { background-color: rgb(204,5,76); }
div.DivClassName
{
background-color: #CC054C;
}
.BgClassName
{
background-color: #CC054C;
}
</style>
border-color css
<style>
span { border-color: #CC054C; }
span { border-color: rgb(204,5,76); }
td.TdClassName
{
border-color: #CC054C;
}
.TagClassName
{
border-color: #CC054C;
}
</style>