Shades of Razzmatazz #CC0251
Tints of Razzmatazz #CC0251
RGB
CMYK
RGB Variations
Color information
#CC0251 (or 0xCC0251) is known color: Razzmatazz. HEX triplet: CC, 02 and 51. RGB value is (204,2,81). Sum of RGB (Red+Green+Blue) = 204+2+81=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0251 is #33FDAE. Grayscale: #474747. Windows color (decimal): -3407279 or 5309132. OLE color: 5309132.
HSL color Cylindrical-coordinate representation of color #CC0251: hue angle of 336.53º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0251 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.2 |
| HSL | 336.53º | 0.98% | 0.4% | - |
| HSV(B) | 336.53º | 0.99% | 0.8% | - |
| XYZ | 26.41 | 13.47 | 8.99 | - |
| YUV | 71.4 | 133.42 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 81 | 0 | 0.99 | 0.60 | 0.2 | 336.53 | 0.98 | 0.4 |
| Hex | CC | 2 | 51 | 0 | 63 | 3C | 14 | 151 | 62 | 28 |
| Octal | 314 | 2 | 121 | 0 | 143 | 74 | 24 | 521 | 142 | 50 |
| Binary | 11001100 | 10 | 1010001 | 0 | 1100011 | 111100 | 10100 | 101010001 | 1100010 | 101000 |
Color Harmonies of #CC0251
Complementary color
Monochromatic Colors of #CC0251
Black with #CC0251
Text Example
Text Example
White with #CC0251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0251; }
p { color: rgb(204,2,81); }
H1.HeaderClassName
{
color: #CC0251;
}
.AnyTagClassName
{
color: #CC0251;
}
</style>
background-color css
<style>
a { background-color: #CC0251; }
a { background-color: rgb(204,2,81); }
div.DivClassName
{
background-color: #CC0251;
}
.BgClassName
{
background-color: #CC0251;
}
</style>
border-color css
<style>
span { border-color: #CC0251; }
span { border-color: rgb(204,2,81); }
td.TdClassName
{
border-color: #CC0251;
}
.TagClassName
{
border-color: #CC0251;
}
</style>