Shades of Razzmatazz #CC024F
Tints of Razzmatazz #CC024F
RGB
CMYK
RGB Variations
Color information
#CC024F (or 0xCC024F) is known color: Razzmatazz. HEX triplet: CC, 02 and 4F. RGB value is (204,2,79). Sum of RGB (Red+Green+Blue) = 204+2+79=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC024F is #33FDB0. Grayscale: #474747. Windows color (decimal): -3407281 or 5178060. OLE color: 5178060.
HSL color Cylindrical-coordinate representation of color #CC024F: hue angle of 337.13º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC024F is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.2 |
| HSL | 337.13º | 0.98% | 0.4% | - |
| HSV(B) | 337.13º | 0.99% | 0.8% | - |
| XYZ | 26.33 | 13.45 | 8.6 | - |
| YUV | 71.18 | 132.42 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 79 | 0 | 0.99 | 0.61 | 0.2 | 337.13 | 0.98 | 0.4 |
| Hex | CC | 2 | 4F | 0 | 63 | 3D | 14 | 151 | 62 | 28 |
| Octal | 314 | 2 | 117 | 0 | 143 | 75 | 24 | 521 | 142 | 50 |
| Binary | 11001100 | 10 | 1001111 | 0 | 1100011 | 111101 | 10100 | 101010001 | 1100010 | 101000 |
Color Harmonies of #CC024F
Complementary color
Monochromatic Colors of #CC024F
Black with #CC024F
Text Example
Text Example
White with #CC024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC024F; }
p { color: rgb(204,2,79); }
H1.HeaderClassName
{
color: #CC024F;
}
.AnyTagClassName
{
color: #CC024F;
}
</style>
background-color css
<style>
a { background-color: #CC024F; }
a { background-color: rgb(204,2,79); }
div.DivClassName
{
background-color: #CC024F;
}
.BgClassName
{
background-color: #CC024F;
}
</style>
border-color css
<style>
span { border-color: #CC024F; }
span { border-color: rgb(204,2,79); }
td.TdClassName
{
border-color: #CC024F;
}
.TagClassName
{
border-color: #CC024F;
}
</style>