Shades of Razzmatazz #CE004E
Tints of Razzmatazz #CE004E
RGB
CMYK
RGB Variations
Color information
#CE004E (or 0xCE004E) is known color: Razzmatazz. HEX triplet: CE, 00 and 4E. RGB value is (206,0,78). Sum of RGB (Red+Green+Blue) = 206+0+78=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE004E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE004E is #31FFB1. Grayscale: #464646. Windows color (decimal): -3276722 or 5112014. OLE color: 5112014.
HSL color Cylindrical-coordinate representation of color #CE004E: hue angle of 337.28º 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 #CE004E is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.62 | 0.19 |
| HSL | 337.28º | 1% | 0.4% | - |
| HSV(B) | 337.28º | 1% | 0.81% | - |
| XYZ | 26.83 | 13.67 | 8.43 | - |
| YUV | 70.49 | 132.25 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 78 | 0 | 1 | 0.62 | 0.19 | 337.28 | 1 | 0.4 |
| Hex | CE | 0 | 4E | 0 | 64 | 3E | 13 | 151 | 64 | 28 |
| Octal | 316 | 0 | 116 | 0 | 144 | 76 | 23 | 521 | 144 | 50 |
| Binary | 11001110 | 0 | 1001110 | 0 | 1100100 | 111110 | 10011 | 101010001 | 1100100 | 101000 |
Color Harmonies of #CE004E
Complementary color
Monochromatic Colors of #CE004E
Black with #CE004E
Text Example
Text Example
White with #CE004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE004E; }
p { color: rgb(206,0,78); }
H1.HeaderClassName
{
color: #CE004E;
}
.AnyTagClassName
{
color: #CE004E;
}
</style>
background-color css
<style>
a { background-color: #CE004E; }
a { background-color: rgb(206,0,78); }
div.DivClassName
{
background-color: #CE004E;
}
.BgClassName
{
background-color: #CE004E;
}
</style>
border-color css
<style>
span { border-color: #CE004E; }
span { border-color: rgb(206,0,78); }
td.TdClassName
{
border-color: #CE004E;
}
.TagClassName
{
border-color: #CE004E;
}
</style>