Shades of Razzmatazz #CF0059
Tints of Razzmatazz #CF0059
RGB
CMYK
RGB Variations
Color information
#CF0059 (or 0xCF0059) is known color: Razzmatazz. HEX triplet: CF, 00 and 59. RGB value is (207,0,89). Sum of RGB (Red+Green+Blue) = 207+0+89=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0059 is #30FFA6. Grayscale: #474747. Windows color (decimal): -3211175 or 5832911. OLE color: 5832911.
HSL color Cylindrical-coordinate representation of color #CF0059: hue angle of 334.2º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0059 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.57 | 0.19 |
| HSL | 334.2º | 1% | 0.41% | - |
| HSV(B) | 334.2º | 1% | 0.81% | - |
| XYZ | 27.54 | 13.99 | 10.7 | - |
| YUV | 72.04 | 137.58 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 89 | 0 | 1 | 0.57 | 0.19 | 334.2 | 1 | 0.41 |
| Hex | CF | 0 | 59 | 0 | 64 | 39 | 13 | 14E | 64 | 29 |
| Octal | 317 | 0 | 131 | 0 | 144 | 71 | 23 | 516 | 144 | 51 |
| Binary | 11001111 | 0 | 1011001 | 0 | 1100100 | 111001 | 10011 | 101001110 | 1100100 | 101001 |
Color Harmonies of #CF0059
Complementary color
Monochromatic Colors of #CF0059
Black with #CF0059
Text Example
Text Example
White with #CF0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0059; }
p { color: rgb(207,0,89); }
H1.HeaderClassName
{
color: #CF0059;
}
.AnyTagClassName
{
color: #CF0059;
}
</style>
background-color css
<style>
a { background-color: #CF0059; }
a { background-color: rgb(207,0,89); }
div.DivClassName
{
background-color: #CF0059;
}
.BgClassName
{
background-color: #CF0059;
}
</style>
border-color css
<style>
span { border-color: #CF0059; }
span { border-color: rgb(207,0,89); }
td.TdClassName
{
border-color: #CF0059;
}
.TagClassName
{
border-color: #CF0059;
}
</style>