Shades of Razzmatazz #CE0A4E
Tints of Razzmatazz #CE0A4E
RGB
CMYK
RGB Variations
Color information
#CE0A4E (or 0xCE0A4E) is known color: Razzmatazz. HEX triplet: CE, 0A and 4E. RGB value is (206,10,78). Sum of RGB (Red+Green+Blue) = 206+10+78=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0A4E is #31F5B1. Grayscale: #4C4C4C. Windows color (decimal): -3274162 or 5114574. OLE color: 5114574.
HSL color Cylindrical-coordinate representation of color #CE0A4E: hue angle of 339.18º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A4E is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 78 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.19 |
| HSL | 339.18º | 0.91% | 0.42% | - |
| HSV(B) | 339.18º | 0.95% | 0.81% | - |
| XYZ | 26.94 | 13.89 | 8.47 | - |
| YUV | 76.36 | 128.93 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 78 | 0 | 0.95 | 0.62 | 0.19 | 339.18 | 0.91 | 0.42 |
| Hex | CE | A | 4E | 0 | 5F | 3E | 13 | 153 | 5B | 2A |
| Octal | 316 | 12 | 116 | 0 | 137 | 76 | 23 | 523 | 133 | 52 |
| Binary | 11001110 | 1010 | 1001110 | 0 | 1011111 | 111110 | 10011 | 101010011 | 1011011 | 101010 |
Color Harmonies of #CE0A4E
Complementary color
Monochromatic Colors of #CE0A4E
Black with #CE0A4E
Text Example
Text Example
White with #CE0A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A4E; }
p { color: rgb(206,10,78); }
H1.HeaderClassName
{
color: #CE0A4E;
}
.AnyTagClassName
{
color: #CE0A4E;
}
</style>
background-color css
<style>
a { background-color: #CE0A4E; }
a { background-color: rgb(206,10,78); }
div.DivClassName
{
background-color: #CE0A4E;
}
.BgClassName
{
background-color: #CE0A4E;
}
</style>
border-color css
<style>
span { border-color: #CE0A4E; }
span { border-color: rgb(206,10,78); }
td.TdClassName
{
border-color: #CE0A4E;
}
.TagClassName
{
border-color: #CE0A4E;
}
</style>