Shades of Hollywood Cerise #CE00A6
Tints of Hollywood Cerise #CE00A6
RGB
CMYK
RGB Variations
Color information
#CE00A6 (or 0xCE00A6) is known color: Hollywood Cerise. HEX triplet: CE, 00 and A6. RGB value is (206,0,166). Sum of RGB (Red+Green+Blue) = 206+0+166=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 166 (65.23% from 255 or 44.62% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE00A6 is #31FF59. Grayscale: #505050. Windows color (decimal): -3276634 or 10879182. OLE color: 10879182.
HSL color Cylindrical-coordinate representation of color #CE00A6: hue angle of 311.65º 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 #CE00A6 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 166 | - |
| CMYK | 0 | 1 | 0.19 | 0.19 |
| HSL | 311.65º | 1% | 0.4% | - |
| HSV(B) | 311.65º | 1% | 0.81% | - |
| XYZ | 32.34 | 15.87 | 37.44 | - |
| YUV | 80.52 | 176.25 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 166 | 0 | 1 | 0.19 | 0.19 | 311.65 | 1 | 0.4 |
| Hex | CE | 0 | A6 | 0 | 64 | 13 | 13 | 138 | 64 | 28 |
| Octal | 316 | 0 | 246 | 0 | 144 | 23 | 23 | 470 | 144 | 50 |
| Binary | 11001110 | 0 | 10100110 | 0 | 1100100 | 10011 | 10011 | 100111000 | 1100100 | 101000 |
Color Harmonies of #CE00A6
Complementary color
Monochromatic Colors of #CE00A6
Black with #CE00A6
Text Example
Text Example
White with #CE00A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00A6; }
p { color: rgb(206,0,166); }
H1.HeaderClassName
{
color: #CE00A6;
}
.AnyTagClassName
{
color: #CE00A6;
}
</style>
background-color css
<style>
a { background-color: #CE00A6; }
a { background-color: rgb(206,0,166); }
div.DivClassName
{
background-color: #CE00A6;
}
.BgClassName
{
background-color: #CE00A6;
}
</style>
border-color css
<style>
span { border-color: #CE00A6; }
span { border-color: rgb(206,0,166); }
td.TdClassName
{
border-color: #CE00A6;
}
.TagClassName
{
border-color: #CE00A6;
}
</style>