Shades of Razzmatazz #CC0852
Tints of Razzmatazz #CC0852
RGB
CMYK
RGB Variations
Color information
#CC0852 (or 0xCC0852) is known color: Razzmatazz. HEX triplet: CC, 08 and 52. RGB value is (204,8,82). Sum of RGB (Red+Green+Blue) = 204+8+82=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0852 is #33F7AD. Grayscale: #4A4A4A. Windows color (decimal): -3405742 or 5376204. OLE color: 5376204.
HSL color Cylindrical-coordinate representation of color #CC0852: hue angle of 337.35º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0852 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 82 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.2 |
| HSL | 337.35º | 0.92% | 0.42% | - |
| HSV(B) | 337.35º | 0.96% | 0.8% | - |
| XYZ | 26.51 | 13.62 | 9.21 | - |
| YUV | 75.04 | 131.93 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 82 | 0 | 0.96 | 0.60 | 0.2 | 337.35 | 0.92 | 0.42 |
| Hex | CC | 8 | 52 | 0 | 60 | 3C | 14 | 151 | 5C | 2A |
| Octal | 314 | 10 | 122 | 0 | 140 | 74 | 24 | 521 | 134 | 52 |
| Binary | 11001100 | 1000 | 1010010 | 0 | 1100000 | 111100 | 10100 | 101010001 | 1011100 | 101010 |
Color Harmonies of #CC0852
Complementary color
Monochromatic Colors of #CC0852
Black with #CC0852
Text Example
Text Example
White with #CC0852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0852; }
p { color: rgb(204,8,82); }
H1.HeaderClassName
{
color: #CC0852;
}
.AnyTagClassName
{
color: #CC0852;
}
</style>
background-color css
<style>
a { background-color: #CC0852; }
a { background-color: rgb(204,8,82); }
div.DivClassName
{
background-color: #CC0852;
}
.BgClassName
{
background-color: #CC0852;
}
</style>
border-color css
<style>
span { border-color: #CC0852; }
span { border-color: rgb(204,8,82); }
td.TdClassName
{
border-color: #CC0852;
}
.TagClassName
{
border-color: #CC0852;
}
</style>