Shades of Razzmatazz #CE084E
Tints of Razzmatazz #CE084E
RGB
CMYK
RGB Variations
Color information
#CE084E (or 0xCE084E) is known color: Razzmatazz. HEX triplet: CE, 08 and 4E. RGB value is (206,8,78). Sum of RGB (Red+Green+Blue) = 206+8+78=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE084E is #31F7B1. Grayscale: #4B4B4B. Windows color (decimal): -3274674 or 5114062. OLE color: 5114062.
HSL color Cylindrical-coordinate representation of color #CE084E: hue angle of 338.79º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE084E is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 78 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.19 |
| HSL | 338.79º | 0.93% | 0.42% | - |
| HSV(B) | 338.79º | 0.96% | 0.81% | - |
| XYZ | 26.92 | 13.85 | 8.46 | - |
| YUV | 75.18 | 129.6 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 78 | 0 | 0.96 | 0.62 | 0.19 | 338.79 | 0.93 | 0.42 |
| Hex | CE | 8 | 4E | 0 | 60 | 3E | 13 | 153 | 5D | 2A |
| Octal | 316 | 10 | 116 | 0 | 140 | 76 | 23 | 523 | 135 | 52 |
| Binary | 11001110 | 1000 | 1001110 | 0 | 1100000 | 111110 | 10011 | 101010011 | 1011101 | 101010 |
Color Harmonies of #CE084E
Complementary color
Monochromatic Colors of #CE084E
Black with #CE084E
Text Example
Text Example
White with #CE084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE084E; }
p { color: rgb(206,8,78); }
H1.HeaderClassName
{
color: #CE084E;
}
.AnyTagClassName
{
color: #CE084E;
}
</style>
background-color css
<style>
a { background-color: #CE084E; }
a { background-color: rgb(206,8,78); }
div.DivClassName
{
background-color: #CE084E;
}
.BgClassName
{
background-color: #CE084E;
}
</style>
border-color css
<style>
span { border-color: #CE084E; }
span { border-color: rgb(206,8,78); }
td.TdClassName
{
border-color: #CE084E;
}
.TagClassName
{
border-color: #CE084E;
}
</style>