Shades of Razzmatazz #CF0559
Tints of Razzmatazz #CF0559
RGB
CMYK
RGB Variations
Color information
#CF0559 (or 0xCF0559) is known color: Razzmatazz. HEX triplet: CF, 05 and 59. RGB value is (207,5,89). Sum of RGB (Red+Green+Blue) = 207+5+89=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0559 is #30FAA6. Grayscale: #4A4A4A. Windows color (decimal): -3209895 or 5834191. OLE color: 5834191.
HSL color Cylindrical-coordinate representation of color #CF0559: hue angle of 335.05º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0559 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 89 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.19 |
| HSL | 335.05º | 0.95% | 0.42% | - |
| HSV(B) | 335.05º | 0.98% | 0.81% | - |
| XYZ | 27.59 | 14.1 | 10.72 | - |
| YUV | 74.97 | 135.92 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 89 | 0 | 0.98 | 0.57 | 0.19 | 335.05 | 0.95 | 0.42 |
| Hex | CF | 5 | 59 | 0 | 62 | 39 | 13 | 14F | 5F | 2A |
| Octal | 317 | 5 | 131 | 0 | 142 | 71 | 23 | 517 | 137 | 52 |
| Binary | 11001111 | 101 | 1011001 | 0 | 1100010 | 111001 | 10011 | 101001111 | 1011111 | 101010 |
Color Harmonies of #CF0559
Complementary color
Monochromatic Colors of #CF0559
Black with #CF0559
Text Example
Text Example
White with #CF0559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0559; }
p { color: rgb(207,5,89); }
H1.HeaderClassName
{
color: #CF0559;
}
.AnyTagClassName
{
color: #CF0559;
}
</style>
background-color css
<style>
a { background-color: #CF0559; }
a { background-color: rgb(207,5,89); }
div.DivClassName
{
background-color: #CF0559;
}
.BgClassName
{
background-color: #CF0559;
}
</style>
border-color css
<style>
span { border-color: #CF0559; }
span { border-color: rgb(207,5,89); }
td.TdClassName
{
border-color: #CF0559;
}
.TagClassName
{
border-color: #CF0559;
}
</style>