Shades of Razzmatazz #CD0259
Tints of Razzmatazz #CD0259
RGB
CMYK
RGB Variations
Color information
#CD0259 (or 0xCD0259) is known color: Razzmatazz. HEX triplet: CD, 02 and 59. RGB value is (205,2,89). Sum of RGB (Red+Green+Blue) = 205+2+89=296 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.26% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0259 is #32FDA6. Grayscale: #484848. Windows color (decimal): -3341735 or 5833421. OLE color: 5833421.
HSL color Cylindrical-coordinate representation of color #CD0259: hue angle of 334.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0259 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.20 |
| HSL | 334.29º | 0.98% | 0.41% | - |
| HSV(B) | 334.29º | 0.99% | 0.8% | - |
| XYZ | 27 | 13.74 | 10.68 | - |
| YUV | 72.62 | 137.25 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 89 | 0 | 0.99 | 0.57 | 0.20 | 334.29 | 0.98 | 0.41 |
| Hex | CD | 2 | 59 | 0 | 63 | 39 | 14 | 14E | 62 | 29 |
| Octal | 315 | 2 | 131 | 0 | 143 | 71 | 24 | 516 | 142 | 51 |
| Binary | 11001101 | 10 | 1011001 | 0 | 1100011 | 111001 | 10100 | 101001110 | 1100010 | 101001 |
Color Harmonies of #CD0259
Complementary color
Monochromatic Colors of #CD0259
Black with #CD0259
Text Example
Text Example
White with #CD0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0259; }
p { color: rgb(205,2,89); }
H1.HeaderClassName
{
color: #CD0259;
}
.AnyTagClassName
{
color: #CD0259;
}
</style>
background-color css
<style>
a { background-color: #CD0259; }
a { background-color: rgb(205,2,89); }
div.DivClassName
{
background-color: #CD0259;
}
.BgClassName
{
background-color: #CD0259;
}
</style>
border-color css
<style>
span { border-color: #CD0259; }
span { border-color: rgb(205,2,89); }
td.TdClassName
{
border-color: #CD0259;
}
.TagClassName
{
border-color: #CD0259;
}
</style>