Shades of Razzmatazz #CE044F
Tints of Razzmatazz #CE044F
RGB
CMYK
RGB Variations
Color information
#CE044F (or 0xCE044F) is known color: Razzmatazz. HEX triplet: CE, 04 and 4F. RGB value is (206,4,79). Sum of RGB (Red+Green+Blue) = 206+4+79=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE044F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE044F is #31FBB0. Grayscale: #484848. Windows color (decimal): -3275697 or 5178574. OLE color: 5178574.
HSL color Cylindrical-coordinate representation of color #CE044F: hue angle of 337.72º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE044F is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.19 |
| HSL | 337.72º | 0.96% | 0.41% | - |
| HSV(B) | 337.72º | 0.98% | 0.81% | - |
| XYZ | 26.91 | 13.77 | 8.64 | - |
| YUV | 72.95 | 131.42 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 79 | 0 | 0.98 | 0.62 | 0.19 | 337.72 | 0.96 | 0.41 |
| Hex | CE | 4 | 4F | 0 | 62 | 3E | 13 | 152 | 60 | 29 |
| Octal | 316 | 4 | 117 | 0 | 142 | 76 | 23 | 522 | 140 | 51 |
| Binary | 11001110 | 100 | 1001111 | 0 | 1100010 | 111110 | 10011 | 101010010 | 1100000 | 101001 |
Color Harmonies of #CE044F
Complementary color
Monochromatic Colors of #CE044F
Black with #CE044F
Text Example
Text Example
White with #CE044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE044F; }
p { color: rgb(206,4,79); }
H1.HeaderClassName
{
color: #CE044F;
}
.AnyTagClassName
{
color: #CE044F;
}
</style>
background-color css
<style>
a { background-color: #CE044F; }
a { background-color: rgb(206,4,79); }
div.DivClassName
{
background-color: #CE044F;
}
.BgClassName
{
background-color: #CE044F;
}
</style>
border-color css
<style>
span { border-color: #CE044F; }
span { border-color: rgb(206,4,79); }
td.TdClassName
{
border-color: #CE044F;
}
.TagClassName
{
border-color: #CE044F;
}
</style>