Shades of Razzmatazz #CC0559
Tints of Razzmatazz #CC0559
RGB
CMYK
RGB Variations
Color information
#CC0559 (or 0xCC0559) is known color: Razzmatazz. HEX triplet: CC, 05 and 59. RGB value is (204,5,89). Sum of RGB (Red+Green+Blue) = 204+5+89=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0559 is #33FAA6. Grayscale: #494949. Windows color (decimal): -3406503 or 5834188. OLE color: 5834188.
HSL color Cylindrical-coordinate representation of color #CC0559: hue angle of 334.67º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0559 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 89 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.2 |
| HSL | 334.67º | 0.95% | 0.41% | - |
| HSV(B) | 334.67º | 0.98% | 0.8% | - |
| XYZ | 26.76 | 13.67 | 10.68 | - |
| YUV | 74.08 | 136.43 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 89 | 0 | 0.98 | 0.56 | 0.2 | 334.67 | 0.95 | 0.41 |
| Hex | CC | 5 | 59 | 0 | 62 | 38 | 14 | 14F | 5F | 29 |
| Octal | 314 | 5 | 131 | 0 | 142 | 70 | 24 | 517 | 137 | 51 |
| Binary | 11001100 | 101 | 1011001 | 0 | 1100010 | 111000 | 10100 | 101001111 | 1011111 | 101001 |
Color Harmonies of #CC0559
Complementary color
Monochromatic Colors of #CC0559
Black with #CC0559
Text Example
Text Example
White with #CC0559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0559; }
p { color: rgb(204,5,89); }
H1.HeaderClassName
{
color: #CC0559;
}
.AnyTagClassName
{
color: #CC0559;
}
</style>
background-color css
<style>
a { background-color: #CC0559; }
a { background-color: rgb(204,5,89); }
div.DivClassName
{
background-color: #CC0559;
}
.BgClassName
{
background-color: #CC0559;
}
</style>
border-color css
<style>
span { border-color: #CC0559; }
span { border-color: rgb(204,5,89); }
td.TdClassName
{
border-color: #CC0559;
}
.TagClassName
{
border-color: #CC0559;
}
</style>