Shades of Razzmatazz #CE0553
Tints of Razzmatazz #CE0553
RGB
CMYK
RGB Variations
Color information
#CE0553 (or 0xCE0553) is known color: Razzmatazz. HEX triplet: CE, 05 and 53. RGB value is (206,5,83). Sum of RGB (Red+Green+Blue) = 206+5+83=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0553 is #31FAAC. Grayscale: #494949. Windows color (decimal): -3275437 or 5440974. OLE color: 5440974.
HSL color Cylindrical-coordinate representation of color #CE0553: hue angle of 336.72º 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 #CE0553 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 83 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.19 |
| HSL | 336.72º | 0.95% | 0.41% | - |
| HSV(B) | 336.72º | 0.98% | 0.81% | - |
| XYZ | 27.07 | 13.85 | 9.43 | - |
| YUV | 73.99 | 133.09 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 83 | 0 | 0.98 | 0.60 | 0.19 | 336.72 | 0.95 | 0.41 |
| Hex | CE | 5 | 53 | 0 | 62 | 3C | 13 | 151 | 5F | 29 |
| Octal | 316 | 5 | 123 | 0 | 142 | 74 | 23 | 521 | 137 | 51 |
| Binary | 11001110 | 101 | 1010011 | 0 | 1100010 | 111100 | 10011 | 101010001 | 1011111 | 101001 |
Color Harmonies of #CE0553
Complementary color
Monochromatic Colors of #CE0553
Black with #CE0553
Text Example
Text Example
White with #CE0553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0553; }
p { color: rgb(206,5,83); }
H1.HeaderClassName
{
color: #CE0553;
}
.AnyTagClassName
{
color: #CE0553;
}
</style>
background-color css
<style>
a { background-color: #CE0553; }
a { background-color: rgb(206,5,83); }
div.DivClassName
{
background-color: #CE0553;
}
.BgClassName
{
background-color: #CE0553;
}
</style>
border-color css
<style>
span { border-color: #CE0553; }
span { border-color: rgb(206,5,83); }
td.TdClassName
{
border-color: #CE0553;
}
.TagClassName
{
border-color: #CE0553;
}
</style>