Shades of Razzmatazz #CE0057
Tints of Razzmatazz #CE0057
RGB
CMYK
RGB Variations
Color information
#CE0057 (or 0xCE0057) is known color: Razzmatazz. HEX triplet: CE, 00 and 57. RGB value is (206,0,87). Sum of RGB (Red+Green+Blue) = 206+0+87=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0057 is #31FFA8. Grayscale: #474747. Windows color (decimal): -3276713 or 5701838. OLE color: 5701838.
HSL color Cylindrical-coordinate representation of color #CE0057: hue angle of 334.66º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0057 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 87 | - |
| CMYK | 0 | 1 | 0.58 | 0.19 |
| HSL | 334.66º | 1% | 0.4% | - |
| HSV(B) | 334.66º | 1% | 0.81% | - |
| XYZ | 27.17 | 13.81 | 10.25 | - |
| YUV | 71.51 | 136.75 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 87 | 0 | 1 | 0.58 | 0.19 | 334.66 | 1 | 0.4 |
| Hex | CE | 0 | 57 | 0 | 64 | 3A | 13 | 14F | 64 | 28 |
| Octal | 316 | 0 | 127 | 0 | 144 | 72 | 23 | 517 | 144 | 50 |
| Binary | 11001110 | 0 | 1010111 | 0 | 1100100 | 111010 | 10011 | 101001111 | 1100100 | 101000 |
Color Harmonies of #CE0057
Complementary color
Monochromatic Colors of #CE0057
Black with #CE0057
Text Example
Text Example
White with #CE0057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0057; }
p { color: rgb(206,0,87); }
H1.HeaderClassName
{
color: #CE0057;
}
.AnyTagClassName
{
color: #CE0057;
}
</style>
background-color css
<style>
a { background-color: #CE0057; }
a { background-color: rgb(206,0,87); }
div.DivClassName
{
background-color: #CE0057;
}
.BgClassName
{
background-color: #CE0057;
}
</style>
border-color css
<style>
span { border-color: #CE0057; }
span { border-color: rgb(206,0,87); }
td.TdClassName
{
border-color: #CE0057;
}
.TagClassName
{
border-color: #CE0057;
}
</style>