Shades of Razzmatazz #CE0552
Tints of Razzmatazz #CE0552
RGB
CMYK
RGB Variations
Color information
#CE0552 (or 0xCE0552) is known color: Razzmatazz. HEX triplet: CE, 05 and 52. RGB value is (206,5,82). Sum of RGB (Red+Green+Blue) = 206+5+82=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0552 is #31FAAD. Grayscale: #494949. Windows color (decimal): -3275438 or 5375438. OLE color: 5375438.
HSL color Cylindrical-coordinate representation of color #CE0552: hue angle of 337.01º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0552 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 82 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.19 |
| HSL | 337.01º | 0.95% | 0.41% | - |
| HSV(B) | 337.01º | 0.98% | 0.81% | - |
| XYZ | 27.03 | 13.84 | 9.23 | - |
| YUV | 73.88 | 132.59 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 82 | 0 | 0.98 | 0.60 | 0.19 | 337.01 | 0.95 | 0.41 |
| Hex | CE | 5 | 52 | 0 | 62 | 3C | 13 | 151 | 5F | 29 |
| Octal | 316 | 5 | 122 | 0 | 142 | 74 | 23 | 521 | 137 | 51 |
| Binary | 11001110 | 101 | 1010010 | 0 | 1100010 | 111100 | 10011 | 101010001 | 1011111 | 101001 |
Color Harmonies of #CE0552
Complementary color
Monochromatic Colors of #CE0552
Black with #CE0552
Text Example
Text Example
White with #CE0552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0552; }
p { color: rgb(206,5,82); }
H1.HeaderClassName
{
color: #CE0552;
}
.AnyTagClassName
{
color: #CE0552;
}
</style>
background-color css
<style>
a { background-color: #CE0552; }
a { background-color: rgb(206,5,82); }
div.DivClassName
{
background-color: #CE0552;
}
.BgClassName
{
background-color: #CE0552;
}
</style>
border-color css
<style>
span { border-color: #CE0552; }
span { border-color: rgb(206,5,82); }
td.TdClassName
{
border-color: #CE0552;
}
.TagClassName
{
border-color: #CE0552;
}
</style>