Shades of Razzmatazz #CC0851
Tints of Razzmatazz #CC0851
RGB
CMYK
RGB Variations
Color information
#CC0851 (or 0xCC0851) is known color: Razzmatazz. HEX triplet: CC, 08 and 51. RGB value is (204,8,81). Sum of RGB (Red+Green+Blue) = 204+8+81=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0851 is #33F7AE. Grayscale: #4A4A4A. Windows color (decimal): -3405743 or 5310668. OLE color: 5310668.
HSL color Cylindrical-coordinate representation of color #CC0851: hue angle of 337.65º 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 #CC0851 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 81 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.2 |
| HSL | 337.65º | 0.92% | 0.42% | - |
| HSV(B) | 337.65º | 0.96% | 0.8% | - |
| XYZ | 26.47 | 13.61 | 9.02 | - |
| YUV | 74.93 | 131.43 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 81 | 0 | 0.96 | 0.60 | 0.2 | 337.65 | 0.92 | 0.42 |
| Hex | CC | 8 | 51 | 0 | 60 | 3C | 14 | 152 | 5C | 2A |
| Octal | 314 | 10 | 121 | 0 | 140 | 74 | 24 | 522 | 134 | 52 |
| Binary | 11001100 | 1000 | 1010001 | 0 | 1100000 | 111100 | 10100 | 101010010 | 1011100 | 101010 |
Color Harmonies of #CC0851
Complementary color
Monochromatic Colors of #CC0851
Black with #CC0851
Text Example
Text Example
White with #CC0851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0851; }
p { color: rgb(204,8,81); }
H1.HeaderClassName
{
color: #CC0851;
}
.AnyTagClassName
{
color: #CC0851;
}
</style>
background-color css
<style>
a { background-color: #CC0851; }
a { background-color: rgb(204,8,81); }
div.DivClassName
{
background-color: #CC0851;
}
.BgClassName
{
background-color: #CC0851;
}
</style>
border-color css
<style>
span { border-color: #CC0851; }
span { border-color: rgb(204,8,81); }
td.TdClassName
{
border-color: #CC0851;
}
.TagClassName
{
border-color: #CC0851;
}
</style>