Shades of Razzmatazz #CC0259
Tints of Razzmatazz #CC0259
RGB
CMYK
RGB Variations
Color information
#CC0259 (or 0xCC0259) is known color: Razzmatazz. HEX triplet: CC, 02 and 59. RGB value is (204,2,89). Sum of RGB (Red+Green+Blue) = 204+2+89=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0259 is #33FDA6. Grayscale: #484848. Windows color (decimal): -3407271 or 5833420. OLE color: 5833420.
HSL color Cylindrical-coordinate representation of color #CC0259: hue angle of 334.16º 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 #CC0259 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.2 |
| HSL | 334.16º | 0.98% | 0.4% | - |
| HSV(B) | 334.16º | 0.99% | 0.8% | - |
| XYZ | 26.73 | 13.6 | 10.67 | - |
| YUV | 72.32 | 137.42 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 89 | 0 | 0.99 | 0.56 | 0.2 | 334.16 | 0.98 | 0.4 |
| Hex | CC | 2 | 59 | 0 | 63 | 38 | 14 | 14E | 62 | 28 |
| Octal | 314 | 2 | 131 | 0 | 143 | 70 | 24 | 516 | 142 | 50 |
| Binary | 11001100 | 10 | 1011001 | 0 | 1100011 | 111000 | 10100 | 101001110 | 1100010 | 101000 |
Color Harmonies of #CC0259
Complementary color
Monochromatic Colors of #CC0259
Black with #CC0259
Text Example
Text Example
White with #CC0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0259; }
p { color: rgb(204,2,89); }
H1.HeaderClassName
{
color: #CC0259;
}
.AnyTagClassName
{
color: #CC0259;
}
</style>
background-color css
<style>
a { background-color: #CC0259; }
a { background-color: rgb(204,2,89); }
div.DivClassName
{
background-color: #CC0259;
}
.BgClassName
{
background-color: #CC0259;
}
</style>
border-color css
<style>
span { border-color: #CC0259; }
span { border-color: rgb(204,2,89); }
td.TdClassName
{
border-color: #CC0259;
}
.TagClassName
{
border-color: #CC0259;
}
</style>