Shades of Razzmatazz #CE0155
Tints of Razzmatazz #CE0155
RGB
CMYK
RGB Variations
Color information
#CE0155 (or 0xCE0155) is known color: Razzmatazz. HEX triplet: CE, 01 and 55. RGB value is (206,1,85). Sum of RGB (Red+Green+Blue) = 206+1+85=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0155 is #31FEAA. Grayscale: #474747. Windows color (decimal): -3276459 or 5571022. OLE color: 5571022.
HSL color Cylindrical-coordinate representation of color #CE0155: hue angle of 335.41º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0155 is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 85 | - |
| CMYK | 0 | 1.00 | 0.59 | 0.19 |
| HSL | 335.41º | 0.99% | 0.41% | - |
| HSV(B) | 335.41º | 1% | 0.81% | - |
| XYZ | 27.1 | 13.8 | 9.83 | - |
| YUV | 71.87 | 135.42 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 85 | 0 | 1.00 | 0.59 | 0.19 | 335.41 | 0.99 | 0.41 |
| Hex | CE | 1 | 55 | 0 | 64 | 3B | 13 | 14F | 63 | 29 |
| Octal | 316 | 1 | 125 | 0 | 144 | 73 | 23 | 517 | 143 | 51 |
| Binary | 11001110 | 1 | 1010101 | 0 | 1100100 | 111011 | 10011 | 101001111 | 1100011 | 101001 |
Color Harmonies of #CE0155
Complementary color
Monochromatic Colors of #CE0155
Black with #CE0155
Text Example
Text Example
White with #CE0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0155; }
p { color: rgb(206,1,85); }
H1.HeaderClassName
{
color: #CE0155;
}
.AnyTagClassName
{
color: #CE0155;
}
</style>
background-color css
<style>
a { background-color: #CE0155; }
a { background-color: rgb(206,1,85); }
div.DivClassName
{
background-color: #CE0155;
}
.BgClassName
{
background-color: #CE0155;
}
</style>
border-color css
<style>
span { border-color: #CE0155; }
span { border-color: rgb(206,1,85); }
td.TdClassName
{
border-color: #CE0155;
}
.TagClassName
{
border-color: #CE0155;
}
</style>