Shades of Razzmatazz #CE0062
Tints of Razzmatazz #CE0062
RGB
CMYK
RGB Variations
Color information
#CE0062 (or 0xCE0062) is known color: Razzmatazz. HEX triplet: CE, 00 and 62. RGB value is (206,0,98). Sum of RGB (Red+Green+Blue) = 206+0+98=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0062 is #31FF9D. Grayscale: #484848. Windows color (decimal): -3276702 or 6422734. OLE color: 6422734.
HSL color Cylindrical-coordinate representation of color #CE0062: hue angle of 331.46º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0062 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.52 | 0.19 |
| HSL | 331.46º | 1% | 0.4% | - |
| HSV(B) | 331.46º | 1% | 0.81% | - |
| XYZ | 27.66 | 14 | 12.8 | - |
| YUV | 72.77 | 142.25 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 98 | 0 | 1 | 0.52 | 0.19 | 331.46 | 1 | 0.4 |
| Hex | CE | 0 | 62 | 0 | 64 | 34 | 13 | 14B | 64 | 28 |
| Octal | 316 | 0 | 142 | 0 | 144 | 64 | 23 | 513 | 144 | 50 |
| Binary | 11001110 | 0 | 1100010 | 0 | 1100100 | 110100 | 10011 | 101001011 | 1100100 | 101000 |
Color Harmonies of #CE0062
Complementary color
Monochromatic Colors of #CE0062
Black with #CE0062
Text Example
Text Example
White with #CE0062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0062; }
p { color: rgb(206,0,98); }
H1.HeaderClassName
{
color: #CE0062;
}
.AnyTagClassName
{
color: #CE0062;
}
</style>
background-color css
<style>
a { background-color: #CE0062; }
a { background-color: rgb(206,0,98); }
div.DivClassName
{
background-color: #CE0062;
}
.BgClassName
{
background-color: #CE0062;
}
</style>
border-color css
<style>
span { border-color: #CE0062; }
span { border-color: rgb(206,0,98); }
td.TdClassName
{
border-color: #CE0062;
}
.TagClassName
{
border-color: #CE0062;
}
</style>