Shades of Razzmatazz #CE0052
Tints of Razzmatazz #CE0052
RGB
CMYK
RGB Variations
Color information
#CE0052 (or 0xCE0052) is known color: Razzmatazz. HEX triplet: CE, 00 and 52. RGB value is (206,0,82). Sum of RGB (Red+Green+Blue) = 206+0+82=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0052 is #31FFAD. Grayscale: #464646. Windows color (decimal): -3276718 or 5374158. OLE color: 5374158.
HSL color Cylindrical-coordinate representation of color #CE0052: hue angle of 336.12º 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 #CE0052 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.60 | 0.19 |
| HSL | 336.12º | 1% | 0.4% | - |
| HSV(B) | 336.12º | 1% | 0.81% | - |
| XYZ | 26.98 | 13.73 | 9.21 | - |
| YUV | 70.94 | 134.25 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 82 | 0 | 1 | 0.60 | 0.19 | 336.12 | 1 | 0.4 |
| Hex | CE | 0 | 52 | 0 | 64 | 3C | 13 | 150 | 64 | 28 |
| Octal | 316 | 0 | 122 | 0 | 144 | 74 | 23 | 520 | 144 | 50 |
| Binary | 11001110 | 0 | 1010010 | 0 | 1100100 | 111100 | 10011 | 101010000 | 1100100 | 101000 |
Color Harmonies of #CE0052
Complementary color
Monochromatic Colors of #CE0052
Black with #CE0052
Text Example
Text Example
White with #CE0052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0052; }
p { color: rgb(206,0,82); }
H1.HeaderClassName
{
color: #CE0052;
}
.AnyTagClassName
{
color: #CE0052;
}
</style>
background-color css
<style>
a { background-color: #CE0052; }
a { background-color: rgb(206,0,82); }
div.DivClassName
{
background-color: #CE0052;
}
.BgClassName
{
background-color: #CE0052;
}
</style>
border-color css
<style>
span { border-color: #CE0052; }
span { border-color: rgb(206,0,82); }
td.TdClassName
{
border-color: #CE0052;
}
.TagClassName
{
border-color: #CE0052;
}
</style>