Shades of Razzmatazz #CE0554
Tints of Razzmatazz #CE0554
RGB
CMYK
RGB Variations
Color information
#CE0554 (or 0xCE0554) is known color: Razzmatazz. HEX triplet: CE, 05 and 54. RGB value is (206,5,84). Sum of RGB (Red+Green+Blue) = 206+5+84=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0554 is #31FAAB. Grayscale: #494949. Windows color (decimal): -3275436 or 5506510. OLE color: 5506510.
HSL color Cylindrical-coordinate representation of color #CE0554: hue angle of 336.42º 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 #CE0554 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 84 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.19 |
| HSL | 336.42º | 0.95% | 0.41% | - |
| HSV(B) | 336.42º | 0.98% | 0.81% | - |
| XYZ | 27.11 | 13.87 | 9.64 | - |
| YUV | 74.11 | 133.59 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 84 | 0 | 0.98 | 0.59 | 0.19 | 336.42 | 0.95 | 0.41 |
| Hex | CE | 5 | 54 | 0 | 62 | 3B | 13 | 150 | 5F | 29 |
| Octal | 316 | 5 | 124 | 0 | 142 | 73 | 23 | 520 | 137 | 51 |
| Binary | 11001110 | 101 | 1010100 | 0 | 1100010 | 111011 | 10011 | 101010000 | 1011111 | 101001 |
Color Harmonies of #CE0554
Complementary color
Monochromatic Colors of #CE0554
Black with #CE0554
Text Example
Text Example
White with #CE0554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0554; }
p { color: rgb(206,5,84); }
H1.HeaderClassName
{
color: #CE0554;
}
.AnyTagClassName
{
color: #CE0554;
}
</style>
background-color css
<style>
a { background-color: #CE0554; }
a { background-color: rgb(206,5,84); }
div.DivClassName
{
background-color: #CE0554;
}
.BgClassName
{
background-color: #CE0554;
}
</style>
border-color css
<style>
span { border-color: #CE0554; }
span { border-color: rgb(206,5,84); }
td.TdClassName
{
border-color: #CE0554;
}
.TagClassName
{
border-color: #CE0554;
}
</style>