Shades of Razzmatazz #CE054B
Tints of Razzmatazz #CE054B
RGB
CMYK
RGB Variations
Color information
#CE054B (or 0xCE054B) is known color: Razzmatazz. HEX triplet: CE, 05 and 4B. RGB value is (206,5,75). Sum of RGB (Red+Green+Blue) = 206+5+75=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE054B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE054B is #31FAB4. Grayscale: #494949. Windows color (decimal): -3275445 or 4916686. OLE color: 4916686.
HSL color Cylindrical-coordinate representation of color #CE054B: hue angle of 339.1º 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 #CE054B is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 75 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.19 |
| HSL | 339.1º | 0.95% | 0.41% | - |
| HSV(B) | 339.1º | 0.98% | 0.81% | - |
| XYZ | 26.78 | 13.74 | 7.9 | - |
| YUV | 73.08 | 129.09 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 75 | 0 | 0.98 | 0.64 | 0.19 | 339.1 | 0.95 | 0.41 |
| Hex | CE | 5 | 4B | 0 | 62 | 40 | 13 | 153 | 5F | 29 |
| Octal | 316 | 5 | 113 | 0 | 142 | 100 | 23 | 523 | 137 | 51 |
| Binary | 11001110 | 101 | 1001011 | 0 | 1100010 | 1000000 | 10011 | 101010011 | 1011111 | 101001 |
Color Harmonies of #CE054B
Complementary color
Monochromatic Colors of #CE054B
Black with #CE054B
Text Example
Text Example
White with #CE054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE054B; }
p { color: rgb(206,5,75); }
H1.HeaderClassName
{
color: #CE054B;
}
.AnyTagClassName
{
color: #CE054B;
}
</style>
background-color css
<style>
a { background-color: #CE054B; }
a { background-color: rgb(206,5,75); }
div.DivClassName
{
background-color: #CE054B;
}
.BgClassName
{
background-color: #CE054B;
}
</style>
border-color css
<style>
span { border-color: #CE054B; }
span { border-color: rgb(206,5,75); }
td.TdClassName
{
border-color: #CE054B;
}
.TagClassName
{
border-color: #CE054B;
}
</style>