Shades of Razzmatazz #CE044B
Tints of Razzmatazz #CE044B
RGB
CMYK
RGB Variations
Color information
#CE044B (or 0xCE044B) is known color: Razzmatazz. HEX triplet: CE, 04 and 4B. RGB value is (206,4,75). Sum of RGB (Red+Green+Blue) = 206+4+75=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE044B is #31FBB4. Grayscale: #484848. Windows color (decimal): -3275701 or 4916430. OLE color: 4916430.
HSL color Cylindrical-coordinate representation of color #CE044B: hue angle of 338.91º 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 #CE044B is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.19 |
| HSL | 338.91º | 0.96% | 0.41% | - |
| HSV(B) | 338.91º | 0.98% | 0.81% | - |
| XYZ | 26.77 | 13.72 | 7.89 | - |
| YUV | 72.49 | 129.42 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 75 | 0 | 0.98 | 0.64 | 0.19 | 338.91 | 0.96 | 0.41 |
| Hex | CE | 4 | 4B | 0 | 62 | 40 | 13 | 153 | 60 | 29 |
| Octal | 316 | 4 | 113 | 0 | 142 | 100 | 23 | 523 | 140 | 51 |
| Binary | 11001110 | 100 | 1001011 | 0 | 1100010 | 1000000 | 10011 | 101010011 | 1100000 | 101001 |
Color Harmonies of #CE044B
Complementary color
Monochromatic Colors of #CE044B
Black with #CE044B
Text Example
Text Example
White with #CE044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE044B; }
p { color: rgb(206,4,75); }
H1.HeaderClassName
{
color: #CE044B;
}
.AnyTagClassName
{
color: #CE044B;
}
</style>
background-color css
<style>
a { background-color: #CE044B; }
a { background-color: rgb(206,4,75); }
div.DivClassName
{
background-color: #CE044B;
}
.BgClassName
{
background-color: #CE044B;
}
</style>
border-color css
<style>
span { border-color: #CE044B; }
span { border-color: rgb(206,4,75); }
td.TdClassName
{
border-color: #CE044B;
}
.TagClassName
{
border-color: #CE044B;
}
</style>