Shades of Razzmatazz #CE074C
Tints of Razzmatazz #CE074C
RGB
CMYK
RGB Variations
Color information
#CE074C (or 0xCE074C) is known color: Razzmatazz. HEX triplet: CE, 07 and 4C. RGB value is (206,7,76). Sum of RGB (Red+Green+Blue) = 206+7+76=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE074C is #31F8B3. Grayscale: #4A4A4A. Windows color (decimal): -3274932 or 4982734. OLE color: 4982734.
HSL color Cylindrical-coordinate representation of color #CE074C: hue angle of 339.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE074C is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 76 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.19 |
| HSL | 339.2º | 0.93% | 0.42% | - |
| HSV(B) | 339.2º | 0.97% | 0.81% | - |
| XYZ | 26.83 | 13.8 | 8.09 | - |
| YUV | 74.37 | 128.93 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 76 | 0 | 0.97 | 0.63 | 0.19 | 339.2 | 0.93 | 0.42 |
| Hex | CE | 7 | 4C | 0 | 61 | 3F | 13 | 153 | 5D | 2A |
| Octal | 316 | 7 | 114 | 0 | 141 | 77 | 23 | 523 | 135 | 52 |
| Binary | 11001110 | 111 | 1001100 | 0 | 1100001 | 111111 | 10011 | 101010011 | 1011101 | 101010 |
Color Harmonies of #CE074C
Complementary color
Monochromatic Colors of #CE074C
Black with #CE074C
Text Example
Text Example
White with #CE074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE074C; }
p { color: rgb(206,7,76); }
H1.HeaderClassName
{
color: #CE074C;
}
.AnyTagClassName
{
color: #CE074C;
}
</style>
background-color css
<style>
a { background-color: #CE074C; }
a { background-color: rgb(206,7,76); }
div.DivClassName
{
background-color: #CE074C;
}
.BgClassName
{
background-color: #CE074C;
}
</style>
border-color css
<style>
span { border-color: #CE074C; }
span { border-color: rgb(206,7,76); }
td.TdClassName
{
border-color: #CE074C;
}
.TagClassName
{
border-color: #CE074C;
}
</style>