Shades of Razzmatazz #CC005F
Tints of Razzmatazz #CC005F
RGB
CMYK
RGB Variations
Color information
#CC005F (or 0xCC005F) is known color: Razzmatazz. HEX triplet: CC, 00 and 5F. RGB value is (204,0,95). Sum of RGB (Red+Green+Blue) = 204+0+95=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC005F is #33FFA0. Grayscale: #474747. Windows color (decimal): -3407777 or 6226124. OLE color: 6226124.
HSL color Cylindrical-coordinate representation of color #CC005F: hue angle of 332.06º 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 #CC005F is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.53 | 0.2 |
| HSL | 332.06º | 1% | 0.4% | - |
| HSV(B) | 332.06º | 1% | 0.8% | - |
| XYZ | 26.97 | 13.66 | 12.04 | - |
| YUV | 71.83 | 141.09 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 95 | 0 | 1 | 0.53 | 0.2 | 332.06 | 1 | 0.4 |
| Hex | CC | 0 | 5F | 0 | 64 | 35 | 14 | 14C | 64 | 28 |
| Octal | 314 | 0 | 137 | 0 | 144 | 65 | 24 | 514 | 144 | 50 |
| Binary | 11001100 | 0 | 1011111 | 0 | 1100100 | 110101 | 10100 | 101001100 | 1100100 | 101000 |
Color Harmonies of #CC005F
Complementary color
Monochromatic Colors of #CC005F
Black with #CC005F
Text Example
Text Example
White with #CC005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC005F; }
p { color: rgb(204,0,95); }
H1.HeaderClassName
{
color: #CC005F;
}
.AnyTagClassName
{
color: #CC005F;
}
</style>
background-color css
<style>
a { background-color: #CC005F; }
a { background-color: rgb(204,0,95); }
div.DivClassName
{
background-color: #CC005F;
}
.BgClassName
{
background-color: #CC005F;
}
</style>
border-color css
<style>
span { border-color: #CC005F; }
span { border-color: rgb(204,0,95); }
td.TdClassName
{
border-color: #CC005F;
}
.TagClassName
{
border-color: #CC005F;
}
</style>