Shades of Razzmatazz #CC0159
Tints of Razzmatazz #CC0159
RGB
CMYK
RGB Variations
Color information
#CC0159 (or 0xCC0159) is known color: Razzmatazz. HEX triplet: CC, 01 and 59. RGB value is (204,1,89). Sum of RGB (Red+Green+Blue) = 204+1+89=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0159 is #33FEA6. Grayscale: #474747. Windows color (decimal): -3407527 or 5833164. OLE color: 5833164.
HSL color Cylindrical-coordinate representation of color #CC0159: hue angle of 333.99º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0159 is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 89 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.2 |
| HSL | 333.99º | 0.99% | 0.4% | - |
| HSV(B) | 333.99º | 1% | 0.8% | - |
| XYZ | 26.72 | 13.58 | 10.66 | - |
| YUV | 71.73 | 137.75 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 89 | 0 | 1.00 | 0.56 | 0.2 | 333.99 | 0.99 | 0.4 |
| Hex | CC | 1 | 59 | 0 | 64 | 38 | 14 | 14E | 63 | 28 |
| Octal | 314 | 1 | 131 | 0 | 144 | 70 | 24 | 516 | 143 | 50 |
| Binary | 11001100 | 1 | 1011001 | 0 | 1100100 | 111000 | 10100 | 101001110 | 1100011 | 101000 |
Color Harmonies of #CC0159
Complementary color
Monochromatic Colors of #CC0159
Black with #CC0159
Text Example
Text Example
White with #CC0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0159; }
p { color: rgb(204,1,89); }
H1.HeaderClassName
{
color: #CC0159;
}
.AnyTagClassName
{
color: #CC0159;
}
</style>
background-color css
<style>
a { background-color: #CC0159; }
a { background-color: rgb(204,1,89); }
div.DivClassName
{
background-color: #CC0159;
}
.BgClassName
{
background-color: #CC0159;
}
</style>
border-color css
<style>
span { border-color: #CC0159; }
span { border-color: rgb(204,1,89); }
td.TdClassName
{
border-color: #CC0159;
}
.TagClassName
{
border-color: #CC0159;
}
</style>