Shades of Razzmatazz #CE0659
Tints of Razzmatazz #CE0659
RGB
CMYK
RGB Variations
Color information
#CE0659 (or 0xCE0659) is known color: Razzmatazz. HEX triplet: CE, 06 and 59. RGB value is (206,6,89). Sum of RGB (Red+Green+Blue) = 206+6+89=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0659 is #31F9A6. Grayscale: #4B4B4B. Windows color (decimal): -3275175 or 5834446. OLE color: 5834446.
HSL color Cylindrical-coordinate representation of color #CE0659: hue angle of 335.1º 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 #CE0659 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 89 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.19 |
| HSL | 335.1º | 0.94% | 0.42% | - |
| HSV(B) | 335.1º | 0.97% | 0.81% | - |
| XYZ | 27.32 | 13.97 | 10.71 | - |
| YUV | 75.26 | 135.76 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 89 | 0 | 0.97 | 0.57 | 0.19 | 335.1 | 0.94 | 0.42 |
| Hex | CE | 6 | 59 | 0 | 61 | 39 | 13 | 14F | 5E | 2A |
| Octal | 316 | 6 | 131 | 0 | 141 | 71 | 23 | 517 | 136 | 52 |
| Binary | 11001110 | 110 | 1011001 | 0 | 1100001 | 111001 | 10011 | 101001111 | 1011110 | 101010 |
Color Harmonies of #CE0659
Complementary color
Monochromatic Colors of #CE0659
Black with #CE0659
Text Example
Text Example
White with #CE0659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0659; }
p { color: rgb(206,6,89); }
H1.HeaderClassName
{
color: #CE0659;
}
.AnyTagClassName
{
color: #CE0659;
}
</style>
background-color css
<style>
a { background-color: #CE0659; }
a { background-color: rgb(206,6,89); }
div.DivClassName
{
background-color: #CE0659;
}
.BgClassName
{
background-color: #CE0659;
}
</style>
border-color css
<style>
span { border-color: #CE0659; }
span { border-color: rgb(206,6,89); }
td.TdClassName
{
border-color: #CE0659;
}
.TagClassName
{
border-color: #CE0659;
}
</style>