Shades of Razzmatazz #CC004C
Tints of Razzmatazz #CC004C
RGB
CMYK
RGB Variations
Color information
#CC004C (or 0xCC004C) is known color: Razzmatazz. HEX triplet: CC, 00 and 4C. RGB value is (204,0,76). Sum of RGB (Red+Green+Blue) = 204+0+76=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC004C is #33FFB3. Grayscale: #454545. Windows color (decimal): -3407796 or 4980940. OLE color: 4980940.
HSL color Cylindrical-coordinate representation of color #CC004C: hue angle of 337.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC004C is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.63 | 0.2 |
| HSL | 337.65º | 1% | 0.4% | - |
| HSV(B) | 337.65º | 1% | 0.8% | - |
| XYZ | 26.21 | 13.36 | 8.03 | - |
| YUV | 69.66 | 131.59 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 76 | 0 | 1 | 0.63 | 0.2 | 337.65 | 1 | 0.4 |
| Hex | CC | 0 | 4C | 0 | 64 | 3F | 14 | 152 | 64 | 28 |
| Octal | 314 | 0 | 114 | 0 | 144 | 77 | 24 | 522 | 144 | 50 |
| Binary | 11001100 | 0 | 1001100 | 0 | 1100100 | 111111 | 10100 | 101010010 | 1100100 | 101000 |
Color Harmonies of #CC004C
Complementary color
Monochromatic Colors of #CC004C
Black with #CC004C
Text Example
Text Example
White with #CC004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC004C; }
p { color: rgb(204,0,76); }
H1.HeaderClassName
{
color: #CC004C;
}
.AnyTagClassName
{
color: #CC004C;
}
</style>
background-color css
<style>
a { background-color: #CC004C; }
a { background-color: rgb(204,0,76); }
div.DivClassName
{
background-color: #CC004C;
}
.BgClassName
{
background-color: #CC004C;
}
</style>
border-color css
<style>
span { border-color: #CC004C; }
span { border-color: rgb(204,0,76); }
td.TdClassName
{
border-color: #CC004C;
}
.TagClassName
{
border-color: #CC004C;
}
</style>