Shades of Razzmatazz #CD0059
Tints of Razzmatazz #CD0059
RGB
CMYK
RGB Variations
Color information
#CD0059 (or 0xCD0059) is known color: Razzmatazz. HEX triplet: CD, 00 and 59. RGB value is (205,0,89). Sum of RGB (Red+Green+Blue) = 205+0+89=294 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.73% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0059 is #32FFA6. Grayscale: #474747. Windows color (decimal): -3342247 or 5832909. OLE color: 5832909.
HSL color Cylindrical-coordinate representation of color #CD0059: hue angle of 333.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0059 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.57 | 0.20 |
| HSL | 333.95º | 1% | 0.4% | - |
| HSV(B) | 333.95º | 1% | 0.8% | - |
| XYZ | 26.98 | 13.7 | 10.67 | - |
| YUV | 71.44 | 137.92 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 89 | 0 | 1 | 0.57 | 0.20 | 333.95 | 1 | 0.4 |
| Hex | CD | 0 | 59 | 0 | 64 | 39 | 14 | 14E | 64 | 28 |
| Octal | 315 | 0 | 131 | 0 | 144 | 71 | 24 | 516 | 144 | 50 |
| Binary | 11001101 | 0 | 1011001 | 0 | 1100100 | 111001 | 10100 | 101001110 | 1100100 | 101000 |
Color Harmonies of #CD0059
Complementary color
Monochromatic Colors of #CD0059
Black with #CD0059
Text Example
Text Example
White with #CD0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0059; }
p { color: rgb(205,0,89); }
H1.HeaderClassName
{
color: #CD0059;
}
.AnyTagClassName
{
color: #CD0059;
}
</style>
background-color css
<style>
a { background-color: #CD0059; }
a { background-color: rgb(205,0,89); }
div.DivClassName
{
background-color: #CD0059;
}
.BgClassName
{
background-color: #CD0059;
}
</style>
border-color css
<style>
span { border-color: #CD0059; }
span { border-color: rgb(205,0,89); }
td.TdClassName
{
border-color: #CD0059;
}
.TagClassName
{
border-color: #CD0059;
}
</style>