Shades of Razzmatazz #CC005C
Tints of Razzmatazz #CC005C
RGB
CMYK
RGB Variations
Color information
#CC005C (or 0xCC005C) is known color: Razzmatazz. HEX triplet: CC, 00 and 5C. RGB value is (204,0,92). Sum of RGB (Red+Green+Blue) = 204+0+92=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC005C is #33FFA3. Grayscale: #474747. Windows color (decimal): -3407780 or 6029516. OLE color: 6029516.
HSL color Cylindrical-coordinate representation of color #CC005C: hue angle of 332.94º 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 #CC005C is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 0 | 92 | - |
CMYK | 0 | 1 | 0.55 | 0.2 |
HSL | 332.94º | 1% | 0.4% | - |
HSV(B) | 332.94º | 1% | 0.8% | - |
XYZ | 26.83 | 13.61 | 11.34 | - |
YUV | 71.48 | 139.59 | 222.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 0 | 92 | 0 | 1 | 0.55 | 0.2 | 332.94 | 1 | 0.4 |
Hex | CC | 0 | 5C | 0 | 64 | 37 | 14 | 14D | 64 | 28 |
Octal | 314 | 0 | 134 | 0 | 144 | 67 | 24 | 515 | 144 | 50 |
Binary | 11001100 | 0 | 1011100 | 0 | 1100100 | 110111 | 10100 | 101001101 | 1100100 | 101000 |
Color Harmonies of #CC005C
Complementary color
Monochromatic Colors of #CC005C
Black with #CC005C
Text Example
Text Example
White with #CC005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC005C; }
p { color: rgb(204,0,92); }
H1.HeaderClassName
{
color: #CC005C;
}
.AnyTagClassName
{
color: #CC005C;
}
</style>
background-color css
<style>
a { background-color: #CC005C; }
a { background-color: rgb(204,0,92); }
div.DivClassName
{
background-color: #CC005C;
}
.BgClassName
{
background-color: #CC005C;
}
</style>
border-color css
<style>
span { border-color: #CC005C; }
span { border-color: rgb(204,0,92); }
td.TdClassName
{
border-color: #CC005C;
}
.TagClassName
{
border-color: #CC005C;
}
</style>