Shades of Razzmatazz #CE005B
Tints of Razzmatazz #CE005B
RGB
CMYK
RGB Variations
Color information
#CE005B (or 0xCE005B) is known color: Razzmatazz. HEX triplet: CE, 00 and 5B. RGB value is (206,0,91). Sum of RGB (Red+Green+Blue) = 206+0+91=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE005B is #31FFA4. Grayscale: #474747. Windows color (decimal): -3276709 or 5963982. OLE color: 5963982.
HSL color Cylindrical-coordinate representation of color #CE005B: hue angle of 333.5º 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 #CE005B is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.56 | 0.19 |
| HSL | 333.5º | 1% | 0.4% | - |
| HSV(B) | 333.5º | 1% | 0.81% | - |
| XYZ | 27.34 | 13.88 | 11.14 | - |
| YUV | 71.97 | 138.75 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 91 | 0 | 1 | 0.56 | 0.19 | 333.5 | 1 | 0.4 |
| Hex | CE | 0 | 5B | 0 | 64 | 38 | 13 | 14D | 64 | 28 |
| Octal | 316 | 0 | 133 | 0 | 144 | 70 | 23 | 515 | 144 | 50 |
| Binary | 11001110 | 0 | 1011011 | 0 | 1100100 | 111000 | 10011 | 101001101 | 1100100 | 101000 |
Color Harmonies of #CE005B
Complementary color
Monochromatic Colors of #CE005B
Black with #CE005B
Text Example
Text Example
White with #CE005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE005B; }
p { color: rgb(206,0,91); }
H1.HeaderClassName
{
color: #CE005B;
}
.AnyTagClassName
{
color: #CE005B;
}
</style>
background-color css
<style>
a { background-color: #CE005B; }
a { background-color: rgb(206,0,91); }
div.DivClassName
{
background-color: #CE005B;
}
.BgClassName
{
background-color: #CE005B;
}
</style>
border-color css
<style>
span { border-color: #CE005B; }
span { border-color: rgb(206,0,91); }
td.TdClassName
{
border-color: #CE005B;
}
.TagClassName
{
border-color: #CE005B;
}
</style>