Shades of Razzmatazz #CC005E
Tints of Razzmatazz #CC005E
RGB
CMYK
RGB Variations
Color information
#CC005E (or 0xCC005E) is known color: Razzmatazz. HEX triplet: CC, 00 and 5E. RGB value is (204,0,94). Sum of RGB (Red+Green+Blue) = 204+0+94=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC005E is #33FFA1. Grayscale: #474747. Windows color (decimal): -3407778 or 6160588. OLE color: 6160588.
HSL color Cylindrical-coordinate representation of color #CC005E: hue angle of 332.35º 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 #CC005E is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.54 | 0.2 |
| HSL | 332.35º | 1% | 0.4% | - |
| HSV(B) | 332.35º | 1% | 0.8% | - |
| XYZ | 26.92 | 13.65 | 11.8 | - |
| YUV | 71.71 | 140.59 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 94 | 0 | 1 | 0.54 | 0.2 | 332.35 | 1 | 0.4 |
| Hex | CC | 0 | 5E | 0 | 64 | 36 | 14 | 14C | 64 | 28 |
| Octal | 314 | 0 | 136 | 0 | 144 | 66 | 24 | 514 | 144 | 50 |
| Binary | 11001100 | 0 | 1011110 | 0 | 1100100 | 110110 | 10100 | 101001100 | 1100100 | 101000 |
Color Harmonies of #CC005E
Complementary color
Monochromatic Colors of #CC005E
Black with #CC005E
Text Example
Text Example
White with #CC005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC005E; }
p { color: rgb(204,0,94); }
H1.HeaderClassName
{
color: #CC005E;
}
.AnyTagClassName
{
color: #CC005E;
}
</style>
background-color css
<style>
a { background-color: #CC005E; }
a { background-color: rgb(204,0,94); }
div.DivClassName
{
background-color: #CC005E;
}
.BgClassName
{
background-color: #CC005E;
}
</style>
border-color css
<style>
span { border-color: #CC005E; }
span { border-color: rgb(204,0,94); }
td.TdClassName
{
border-color: #CC005E;
}
.TagClassName
{
border-color: #CC005E;
}
</style>