Shades of Razzmatazz #CE0065
Tints of Razzmatazz #CE0065
RGB
CMYK
RGB Variations
Color information
#CE0065 (or 0xCE0065) is known color: Razzmatazz. HEX triplet: CE, 00 and 65. RGB value is (206,0,101). Sum of RGB (Red+Green+Blue) = 206+0+101=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0065 is #31FF9A. Grayscale: #484848. Windows color (decimal): -3276699 or 6619342. OLE color: 6619342.
HSL color Cylindrical-coordinate representation of color #CE0065: hue angle of 330.58º 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 #CE0065 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.51 | 0.19 |
| HSL | 330.58º | 1% | 0.4% | - |
| HSV(B) | 330.58º | 1% | 0.81% | - |
| XYZ | 27.8 | 14.06 | 13.56 | - |
| YUV | 73.11 | 143.75 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 101 | 0 | 1 | 0.51 | 0.19 | 330.58 | 1 | 0.4 |
| Hex | CE | 0 | 65 | 0 | 64 | 33 | 13 | 14B | 64 | 28 |
| Octal | 316 | 0 | 145 | 0 | 144 | 63 | 23 | 513 | 144 | 50 |
| Binary | 11001110 | 0 | 1100101 | 0 | 1100100 | 110011 | 10011 | 101001011 | 1100100 | 101000 |
Color Harmonies of #CE0065
Complementary color
Monochromatic Colors of #CE0065
Black with #CE0065
Text Example
Text Example
White with #CE0065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0065; }
p { color: rgb(206,0,101); }
H1.HeaderClassName
{
color: #CE0065;
}
.AnyTagClassName
{
color: #CE0065;
}
</style>
background-color css
<style>
a { background-color: #CE0065; }
a { background-color: rgb(206,0,101); }
div.DivClassName
{
background-color: #CE0065;
}
.BgClassName
{
background-color: #CE0065;
}
</style>
border-color css
<style>
span { border-color: #CE0065; }
span { border-color: rgb(206,0,101); }
td.TdClassName
{
border-color: #CE0065;
}
.TagClassName
{
border-color: #CE0065;
}
</style>