Shades of Razzmatazz #CE0455
Tints of Razzmatazz #CE0455
RGB
CMYK
RGB Variations
Color information
#CE0455 (or 0xCE0455) is known color: Razzmatazz. HEX triplet: CE, 04 and 55. RGB value is (206,4,85). Sum of RGB (Red+Green+Blue) = 206+4+85=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0455 is #31FBAA. Grayscale: #494949. Windows color (decimal): -3275691 or 5571790. OLE color: 5571790.
HSL color Cylindrical-coordinate representation of color #CE0455: hue angle of 335.94º degrees, saturation: 0.96, 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 #CE0455 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 85 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.19 |
| HSL | 335.94º | 0.96% | 0.41% | - |
| HSV(B) | 335.94º | 0.98% | 0.81% | - |
| XYZ | 27.14 | 13.86 | 9.84 | - |
| YUV | 73.63 | 134.42 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 85 | 0 | 0.98 | 0.59 | 0.19 | 335.94 | 0.96 | 0.41 |
| Hex | CE | 4 | 55 | 0 | 62 | 3B | 13 | 150 | 60 | 29 |
| Octal | 316 | 4 | 125 | 0 | 142 | 73 | 23 | 520 | 140 | 51 |
| Binary | 11001110 | 100 | 1010101 | 0 | 1100010 | 111011 | 10011 | 101010000 | 1100000 | 101001 |
Color Harmonies of #CE0455
Complementary color
Monochromatic Colors of #CE0455
Black with #CE0455
Text Example
Text Example
White with #CE0455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0455; }
p { color: rgb(206,4,85); }
H1.HeaderClassName
{
color: #CE0455;
}
.AnyTagClassName
{
color: #CE0455;
}
</style>
background-color css
<style>
a { background-color: #CE0455; }
a { background-color: rgb(206,4,85); }
div.DivClassName
{
background-color: #CE0455;
}
.BgClassName
{
background-color: #CE0455;
}
</style>
border-color css
<style>
span { border-color: #CE0455; }
span { border-color: rgb(206,4,85); }
td.TdClassName
{
border-color: #CE0455;
}
.TagClassName
{
border-color: #CE0455;
}
</style>