Shades of Razzmatazz #CD0159
Tints of Razzmatazz #CD0159
RGB
CMYK
RGB Variations
Color information
#CD0159 (or 0xCD0159) is known color: Razzmatazz. HEX triplet: CD, 01 and 59. RGB value is (205,1,89). Sum of RGB (Red+Green+Blue) = 205+1+89=295 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.49% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0159 is #32FEA6. Grayscale: #474747. Windows color (decimal): -3341991 or 5833165. OLE color: 5833165.
HSL color Cylindrical-coordinate representation of color #CD0159: hue angle of 334.12º 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 #CD0159 is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 89 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.20 |
| HSL | 334.12º | 0.99% | 0.4% | - |
| HSV(B) | 334.12º | 1% | 0.8% | - |
| XYZ | 26.99 | 13.72 | 10.68 | - |
| YUV | 72.03 | 137.59 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 89 | 0 | 1.00 | 0.57 | 0.20 | 334.12 | 0.99 | 0.4 |
| Hex | CD | 1 | 59 | 0 | 64 | 39 | 14 | 14E | 63 | 28 |
| Octal | 315 | 1 | 131 | 0 | 144 | 71 | 24 | 516 | 143 | 50 |
| Binary | 11001101 | 1 | 1011001 | 0 | 1100100 | 111001 | 10100 | 101001110 | 1100011 | 101000 |
Color Harmonies of #CD0159
Complementary color
Monochromatic Colors of #CD0159
Black with #CD0159
Text Example
Text Example
White with #CD0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0159; }
p { color: rgb(205,1,89); }
H1.HeaderClassName
{
color: #CD0159;
}
.AnyTagClassName
{
color: #CD0159;
}
</style>
background-color css
<style>
a { background-color: #CD0159; }
a { background-color: rgb(205,1,89); }
div.DivClassName
{
background-color: #CD0159;
}
.BgClassName
{
background-color: #CD0159;
}
</style>
border-color css
<style>
span { border-color: #CD0159; }
span { border-color: rgb(205,1,89); }
td.TdClassName
{
border-color: #CD0159;
}
.TagClassName
{
border-color: #CD0159;
}
</style>