Shades of Razzmatazz #CE005A
Tints of Razzmatazz #CE005A
RGB
CMYK
RGB Variations
Color information
#CE005A (or 0xCE005A) is known color: Razzmatazz. HEX triplet: CE, 00 and 5A. RGB value is (206,0,90). Sum of RGB (Red+Green+Blue) = 206+0+90=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE005A is #31FFA5. Grayscale: #474747. Windows color (decimal): -3276710 or 5898446. OLE color: 5898446.
HSL color Cylindrical-coordinate representation of color #CE005A: hue angle of 333.79º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE005A is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.56 | 0.19 |
| HSL | 333.79º | 1% | 0.4% | - |
| HSV(B) | 333.79º | 1% | 0.81% | - |
| XYZ | 27.3 | 13.86 | 10.91 | - |
| YUV | 71.85 | 138.25 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 90 | 0 | 1 | 0.56 | 0.19 | 333.79 | 1 | 0.4 |
| Hex | CE | 0 | 5A | 0 | 64 | 38 | 13 | 14E | 64 | 28 |
| Octal | 316 | 0 | 132 | 0 | 144 | 70 | 23 | 516 | 144 | 50 |
| Binary | 11001110 | 0 | 1011010 | 0 | 1100100 | 111000 | 10011 | 101001110 | 1100100 | 101000 |
Color Harmonies of #CE005A
Complementary color
Monochromatic Colors of #CE005A
Black with #CE005A
Text Example
Text Example
White with #CE005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE005A; }
p { color: rgb(206,0,90); }
H1.HeaderClassName
{
color: #CE005A;
}
.AnyTagClassName
{
color: #CE005A;
}
</style>
background-color css
<style>
a { background-color: #CE005A; }
a { background-color: rgb(206,0,90); }
div.DivClassName
{
background-color: #CE005A;
}
.BgClassName
{
background-color: #CE005A;
}
</style>
border-color css
<style>
span { border-color: #CE005A; }
span { border-color: rgb(206,0,90); }
td.TdClassName
{
border-color: #CE005A;
}
.TagClassName
{
border-color: #CE005A;
}
</style>