Shades of Razzmatazz #CE0051
Tints of Razzmatazz #CE0051
RGB
CMYK
RGB Variations
Color information
#CE0051 (or 0xCE0051) is known color: Razzmatazz. HEX triplet: CE, 00 and 51. RGB value is (206,0,81). Sum of RGB (Red+Green+Blue) = 206+0+81=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0051 is #31FFAE. Grayscale: #464646. Windows color (decimal): -3276719 or 5308622. OLE color: 5308622.
HSL color Cylindrical-coordinate representation of color #CE0051: hue angle of 336.41º 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 #CE0051 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.61 | 0.19 |
| HSL | 336.41º | 1% | 0.4% | - |
| HSV(B) | 336.41º | 1% | 0.81% | - |
| XYZ | 26.94 | 13.72 | 9.01 | - |
| YUV | 70.83 | 133.75 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 81 | 0 | 1 | 0.61 | 0.19 | 336.41 | 1 | 0.4 |
| Hex | CE | 0 | 51 | 0 | 64 | 3D | 13 | 150 | 64 | 28 |
| Octal | 316 | 0 | 121 | 0 | 144 | 75 | 23 | 520 | 144 | 50 |
| Binary | 11001110 | 0 | 1010001 | 0 | 1100100 | 111101 | 10011 | 101010000 | 1100100 | 101000 |
Color Harmonies of #CE0051
Complementary color
Monochromatic Colors of #CE0051
Black with #CE0051
Text Example
Text Example
White with #CE0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0051; }
p { color: rgb(206,0,81); }
H1.HeaderClassName
{
color: #CE0051;
}
.AnyTagClassName
{
color: #CE0051;
}
</style>
background-color css
<style>
a { background-color: #CE0051; }
a { background-color: rgb(206,0,81); }
div.DivClassName
{
background-color: #CE0051;
}
.BgClassName
{
background-color: #CE0051;
}
</style>
border-color css
<style>
span { border-color: #CE0051; }
span { border-color: rgb(206,0,81); }
td.TdClassName
{
border-color: #CE0051;
}
.TagClassName
{
border-color: #CE0051;
}
</style>