Shades of Razzmatazz #CE0952
Tints of Razzmatazz #CE0952
RGB
CMYK
RGB Variations
Color information
#CE0952 (or 0xCE0952) is known color: Razzmatazz. HEX triplet: CE, 09 and 52. RGB value is (206,9,82). Sum of RGB (Red+Green+Blue) = 206+9+82=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0952 is #31F6AD. Grayscale: #4C4C4C. Windows color (decimal): -3274414 or 5376462. OLE color: 5376462.
HSL color Cylindrical-coordinate representation of color #CE0952: hue angle of 337.77º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0952 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 82 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.19 |
| HSL | 337.77º | 0.92% | 0.42% | - |
| HSV(B) | 337.77º | 0.96% | 0.81% | - |
| XYZ | 27.07 | 13.93 | 9.24 | - |
| YUV | 76.23 | 131.27 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 82 | 0 | 0.96 | 0.60 | 0.19 | 337.77 | 0.92 | 0.42 |
| Hex | CE | 9 | 52 | 0 | 60 | 3C | 13 | 152 | 5C | 2A |
| Octal | 316 | 11 | 122 | 0 | 140 | 74 | 23 | 522 | 134 | 52 |
| Binary | 11001110 | 1001 | 1010010 | 0 | 1100000 | 111100 | 10011 | 101010010 | 1011100 | 101010 |
Color Harmonies of #CE0952
Complementary color
Monochromatic Colors of #CE0952
Black with #CE0952
Text Example
Text Example
White with #CE0952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0952; }
p { color: rgb(206,9,82); }
H1.HeaderClassName
{
color: #CE0952;
}
.AnyTagClassName
{
color: #CE0952;
}
</style>
background-color css
<style>
a { background-color: #CE0952; }
a { background-color: rgb(206,9,82); }
div.DivClassName
{
background-color: #CE0952;
}
.BgClassName
{
background-color: #CE0952;
}
</style>
border-color css
<style>
span { border-color: #CE0952; }
span { border-color: rgb(206,9,82); }
td.TdClassName
{
border-color: #CE0952;
}
.TagClassName
{
border-color: #CE0952;
}
</style>