Shades of Razzmatazz #CE0063
Tints of Razzmatazz #CE0063
RGB
CMYK
RGB Variations
Color information
#CE0063 (or 0xCE0063) is known color: Razzmatazz. HEX triplet: CE, 00 and 63. RGB value is (206,0,99). Sum of RGB (Red+Green+Blue) = 206+0+99=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0063 is #31FF9C. Grayscale: #484848. Windows color (decimal): -3276701 or 6488270. OLE color: 6488270.
HSL color Cylindrical-coordinate representation of color #CE0063: hue angle of 331.17º 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 #CE0063 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.52 | 0.19 |
| HSL | 331.17º | 1% | 0.4% | - |
| HSV(B) | 331.17º | 1% | 0.81% | - |
| XYZ | 27.71 | 14.02 | 13.05 | - |
| YUV | 72.88 | 142.75 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 99 | 0 | 1 | 0.52 | 0.19 | 331.17 | 1 | 0.4 |
| Hex | CE | 0 | 63 | 0 | 64 | 34 | 13 | 14B | 64 | 28 |
| Octal | 316 | 0 | 143 | 0 | 144 | 64 | 23 | 513 | 144 | 50 |
| Binary | 11001110 | 0 | 1100011 | 0 | 1100100 | 110100 | 10011 | 101001011 | 1100100 | 101000 |
Color Harmonies of #CE0063
Complementary color
Monochromatic Colors of #CE0063
Black with #CE0063
Text Example
Text Example
White with #CE0063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0063; }
p { color: rgb(206,0,99); }
H1.HeaderClassName
{
color: #CE0063;
}
.AnyTagClassName
{
color: #CE0063;
}
</style>
background-color css
<style>
a { background-color: #CE0063; }
a { background-color: rgb(206,0,99); }
div.DivClassName
{
background-color: #CE0063;
}
.BgClassName
{
background-color: #CE0063;
}
</style>
border-color css
<style>
span { border-color: #CE0063; }
span { border-color: rgb(206,0,99); }
td.TdClassName
{
border-color: #CE0063;
}
.TagClassName
{
border-color: #CE0063;
}
</style>