Shades of Razzmatazz #CF0659
Tints of Razzmatazz #CF0659
RGB
CMYK
RGB Variations
Color information
#CF0659 (or 0xCF0659) is known color: Razzmatazz. HEX triplet: CF, 06 and 59. RGB value is (207,6,89). Sum of RGB (Red+Green+Blue) = 207+6+89=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0659 is #30F9A6. Grayscale: #4B4B4B. Windows color (decimal): -3209639 or 5834447. OLE color: 5834447.
HSL color Cylindrical-coordinate representation of color #CF0659: hue angle of 335.22º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0659 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 89 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.19 |
| HSL | 335.22º | 0.94% | 0.42% | - |
| HSV(B) | 335.22º | 0.97% | 0.81% | - |
| XYZ | 27.6 | 14.12 | 10.72 | - |
| YUV | 75.56 | 135.59 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 89 | 0 | 0.97 | 0.57 | 0.19 | 335.22 | 0.94 | 0.42 |
| Hex | CF | 6 | 59 | 0 | 61 | 39 | 13 | 14F | 5E | 2A |
| Octal | 317 | 6 | 131 | 0 | 141 | 71 | 23 | 517 | 136 | 52 |
| Binary | 11001111 | 110 | 1011001 | 0 | 1100001 | 111001 | 10011 | 101001111 | 1011110 | 101010 |
Color Harmonies of #CF0659
Complementary color
Monochromatic Colors of #CF0659
Black with #CF0659
Text Example
Text Example
White with #CF0659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0659; }
p { color: rgb(207,6,89); }
H1.HeaderClassName
{
color: #CF0659;
}
.AnyTagClassName
{
color: #CF0659;
}
</style>
background-color css
<style>
a { background-color: #CF0659; }
a { background-color: rgb(207,6,89); }
div.DivClassName
{
background-color: #CF0659;
}
.BgClassName
{
background-color: #CF0659;
}
</style>
border-color css
<style>
span { border-color: #CF0659; }
span { border-color: rgb(207,6,89); }
td.TdClassName
{
border-color: #CF0659;
}
.TagClassName
{
border-color: #CF0659;
}
</style>