Shades of Razzmatazz #CE094D
Tints of Razzmatazz #CE094D
RGB
CMYK
RGB Variations
Color information
#CE094D (or 0xCE094D) is known color: Razzmatazz. HEX triplet: CE, 09 and 4D. RGB value is (206,9,77). Sum of RGB (Red+Green+Blue) = 206+9+77=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE094D is #31F6B2. Grayscale: #4B4B4B. Windows color (decimal): -3274419 or 5048782. OLE color: 5048782.
HSL color Cylindrical-coordinate representation of color #CE094D: hue angle of 339.29º degrees, saturation: 0.92, 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 #CE094D is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.19 |
| HSL | 339.29º | 0.92% | 0.42% | - |
| HSV(B) | 339.29º | 0.96% | 0.81% | - |
| XYZ | 26.89 | 13.85 | 8.28 | - |
| YUV | 75.66 | 128.77 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 77 | 0 | 0.96 | 0.63 | 0.19 | 339.29 | 0.92 | 0.42 |
| Hex | CE | 9 | 4D | 0 | 60 | 3F | 13 | 153 | 5C | 2A |
| Octal | 316 | 11 | 115 | 0 | 140 | 77 | 23 | 523 | 134 | 52 |
| Binary | 11001110 | 1001 | 1001101 | 0 | 1100000 | 111111 | 10011 | 101010011 | 1011100 | 101010 |
Color Harmonies of #CE094D
Complementary color
Monochromatic Colors of #CE094D
Black with #CE094D
Text Example
Text Example
White with #CE094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE094D; }
p { color: rgb(206,9,77); }
H1.HeaderClassName
{
color: #CE094D;
}
.AnyTagClassName
{
color: #CE094D;
}
</style>
background-color css
<style>
a { background-color: #CE094D; }
a { background-color: rgb(206,9,77); }
div.DivClassName
{
background-color: #CE094D;
}
.BgClassName
{
background-color: #CE094D;
}
</style>
border-color css
<style>
span { border-color: #CE094D; }
span { border-color: rgb(206,9,77); }
td.TdClassName
{
border-color: #CE094D;
}
.TagClassName
{
border-color: #CE094D;
}
</style>