Shades of Razzmatazz #CE054C
Tints of Razzmatazz #CE054C
RGB
CMYK
RGB Variations
Color information
#CE054C (or 0xCE054C) is known color: Razzmatazz. HEX triplet: CE, 05 and 4C. RGB value is (206,5,76). Sum of RGB (Red+Green+Blue) = 206+5+76=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE054C is #31FAB3. Grayscale: #494949. Windows color (decimal): -3275444 or 4982222. OLE color: 4982222.
HSL color Cylindrical-coordinate representation of color #CE054C: hue angle of 338.81º degrees, saturation: 0.95, 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 #CE054C is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 76 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.19 |
| HSL | 338.81º | 0.95% | 0.41% | - |
| HSV(B) | 338.81º | 0.98% | 0.81% | - |
| XYZ | 26.81 | 13.75 | 8.08 | - |
| YUV | 73.19 | 129.59 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 76 | 0 | 0.98 | 0.63 | 0.19 | 338.81 | 0.95 | 0.41 |
| Hex | CE | 5 | 4C | 0 | 62 | 3F | 13 | 153 | 5F | 29 |
| Octal | 316 | 5 | 114 | 0 | 142 | 77 | 23 | 523 | 137 | 51 |
| Binary | 11001110 | 101 | 1001100 | 0 | 1100010 | 111111 | 10011 | 101010011 | 1011111 | 101001 |
Color Harmonies of #CE054C
Complementary color
Monochromatic Colors of #CE054C
Black with #CE054C
Text Example
Text Example
White with #CE054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE054C; }
p { color: rgb(206,5,76); }
H1.HeaderClassName
{
color: #CE054C;
}
.AnyTagClassName
{
color: #CE054C;
}
</style>
background-color css
<style>
a { background-color: #CE054C; }
a { background-color: rgb(206,5,76); }
div.DivClassName
{
background-color: #CE054C;
}
.BgClassName
{
background-color: #CE054C;
}
</style>
border-color css
<style>
span { border-color: #CE054C; }
span { border-color: rgb(206,5,76); }
td.TdClassName
{
border-color: #CE054C;
}
.TagClassName
{
border-color: #CE054C;
}
</style>