Shades of Razzmatazz #CF0459
Tints of Razzmatazz #CF0459
RGB
CMYK
RGB Variations
Color information
#CF0459 (or 0xCF0459) is known color: Razzmatazz. HEX triplet: CF, 04 and 59. RGB value is (207,4,89). Sum of RGB (Red+Green+Blue) = 207+4+89=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0459 is #30FBA6. Grayscale: #4A4A4A. Windows color (decimal): -3210151 or 5833935. OLE color: 5833935.
HSL color Cylindrical-coordinate representation of color #CF0459: hue angle of 334.88º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0459 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 89 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.19 |
| HSL | 334.88º | 0.96% | 0.41% | - |
| HSV(B) | 334.88º | 0.98% | 0.81% | - |
| XYZ | 27.58 | 14.07 | 10.71 | - |
| YUV | 74.39 | 136.25 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 89 | 0 | 0.98 | 0.57 | 0.19 | 334.88 | 0.96 | 0.41 |
| Hex | CF | 4 | 59 | 0 | 62 | 39 | 13 | 14F | 60 | 29 |
| Octal | 317 | 4 | 131 | 0 | 142 | 71 | 23 | 517 | 140 | 51 |
| Binary | 11001111 | 100 | 1011001 | 0 | 1100010 | 111001 | 10011 | 101001111 | 1100000 | 101001 |
Color Harmonies of #CF0459
Complementary color
Monochromatic Colors of #CF0459
Black with #CF0459
Text Example
Text Example
White with #CF0459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0459; }
p { color: rgb(207,4,89); }
H1.HeaderClassName
{
color: #CF0459;
}
.AnyTagClassName
{
color: #CF0459;
}
</style>
background-color css
<style>
a { background-color: #CF0459; }
a { background-color: rgb(207,4,89); }
div.DivClassName
{
background-color: #CF0459;
}
.BgClassName
{
background-color: #CF0459;
}
</style>
border-color css
<style>
span { border-color: #CF0459; }
span { border-color: rgb(207,4,89); }
td.TdClassName
{
border-color: #CF0459;
}
.TagClassName
{
border-color: #CF0459;
}
</style>