Shades of Razzmatazz #CE005C
Tints of Razzmatazz #CE005C
RGB
CMYK
RGB Variations
Color information
#CE005C (or 0xCE005C) is known color: Razzmatazz. HEX triplet: CE, 00 and 5C. RGB value is (206,0,92). Sum of RGB (Red+Green+Blue) = 206+0+92=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE005C is #31FFA3. Grayscale: #474747. Windows color (decimal): -3276708 or 6029518. OLE color: 6029518.
HSL color Cylindrical-coordinate representation of color #CE005C: hue angle of 333.2º 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 #CE005C is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.55 | 0.19 |
| HSL | 333.2º | 1% | 0.4% | - |
| HSV(B) | 333.2º | 1% | 0.81% | - |
| XYZ | 27.39 | 13.89 | 11.36 | - |
| YUV | 72.08 | 139.25 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 92 | 0 | 1 | 0.55 | 0.19 | 333.2 | 1 | 0.4 |
| Hex | CE | 0 | 5C | 0 | 64 | 37 | 13 | 14D | 64 | 28 |
| Octal | 316 | 0 | 134 | 0 | 144 | 67 | 23 | 515 | 144 | 50 |
| Binary | 11001110 | 0 | 1011100 | 0 | 1100100 | 110111 | 10011 | 101001101 | 1100100 | 101000 |
Color Harmonies of #CE005C
Complementary color
Monochromatic Colors of #CE005C
Black with #CE005C
Text Example
Text Example
White with #CE005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE005C; }
p { color: rgb(206,0,92); }
H1.HeaderClassName
{
color: #CE005C;
}
.AnyTagClassName
{
color: #CE005C;
}
</style>
background-color css
<style>
a { background-color: #CE005C; }
a { background-color: rgb(206,0,92); }
div.DivClassName
{
background-color: #CE005C;
}
.BgClassName
{
background-color: #CE005C;
}
</style>
border-color css
<style>
span { border-color: #CE005C; }
span { border-color: rgb(206,0,92); }
td.TdClassName
{
border-color: #CE005C;
}
.TagClassName
{
border-color: #CE005C;
}
</style>