Shades of Razzmatazz #CE0A52
Tints of Razzmatazz #CE0A52
RGB
CMYK
RGB Variations
Color information
#CE0A52 (or 0xCE0A52) is known color: Razzmatazz. HEX triplet: CE, 0A and 52. RGB value is (206,10,82). Sum of RGB (Red+Green+Blue) = 206+10+82=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0A52 is #31F5AD. Grayscale: #4C4C4C. Windows color (decimal): -3274158 or 5376718. OLE color: 5376718.
HSL color Cylindrical-coordinate representation of color #CE0A52: hue angle of 337.96º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A52 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 82 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.19 |
| HSL | 337.96º | 0.91% | 0.42% | - |
| HSV(B) | 337.96º | 0.95% | 0.81% | - |
| XYZ | 27.09 | 13.95 | 9.25 | - |
| YUV | 76.81 | 130.93 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 82 | 0 | 0.95 | 0.60 | 0.19 | 337.96 | 0.91 | 0.42 |
| Hex | CE | A | 52 | 0 | 5F | 3C | 13 | 152 | 5B | 2A |
| Octal | 316 | 12 | 122 | 0 | 137 | 74 | 23 | 522 | 133 | 52 |
| Binary | 11001110 | 1010 | 1010010 | 0 | 1011111 | 111100 | 10011 | 101010010 | 1011011 | 101010 |
Color Harmonies of #CE0A52
Complementary color
Monochromatic Colors of #CE0A52
Black with #CE0A52
Text Example
Text Example
White with #CE0A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A52; }
p { color: rgb(206,10,82); }
H1.HeaderClassName
{
color: #CE0A52;
}
.AnyTagClassName
{
color: #CE0A52;
}
</style>
background-color css
<style>
a { background-color: #CE0A52; }
a { background-color: rgb(206,10,82); }
div.DivClassName
{
background-color: #CE0A52;
}
.BgClassName
{
background-color: #CE0A52;
}
</style>
border-color css
<style>
span { border-color: #CE0A52; }
span { border-color: rgb(206,10,82); }
td.TdClassName
{
border-color: #CE0A52;
}
.TagClassName
{
border-color: #CE0A52;
}
</style>