Shades of Hollywood Cerise #CE05A7
Tints of Hollywood Cerise #CE05A7
RGB
CMYK
RGB Variations
Color information
#CE05A7 (or 0xCE05A7) is known color: Hollywood Cerise. HEX triplet: CE, 05 and A7. RGB value is (206,5,167). Sum of RGB (Red+Green+Blue) = 206+5+167=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE05A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE05A7 is #31FA58. Grayscale: #535353. Windows color (decimal): -3275353 or 10945998. OLE color: 10945998.
HSL color Cylindrical-coordinate representation of color #CE05A7: hue angle of 311.64º 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 #CE05A7 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 167 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.19 |
| HSL | 311.64º | 0.95% | 0.41% | - |
| HSV(B) | 311.64º | 0.98% | 0.81% | - |
| XYZ | 32.48 | 16.02 | 37.94 | - |
| YUV | 83.57 | 175.09 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 167 | 0 | 0.98 | 0.19 | 0.19 | 311.64 | 0.95 | 0.41 |
| Hex | CE | 5 | A7 | 0 | 62 | 13 | 13 | 138 | 5F | 29 |
| Octal | 316 | 5 | 247 | 0 | 142 | 23 | 23 | 470 | 137 | 51 |
| Binary | 11001110 | 101 | 10100111 | 0 | 1100010 | 10011 | 10011 | 100111000 | 1011111 | 101001 |
Color Harmonies of #CE05A7
Complementary color
Monochromatic Colors of #CE05A7
Black with #CE05A7
Text Example
Text Example
White with #CE05A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE05A7; }
p { color: rgb(206,5,167); }
H1.HeaderClassName
{
color: #CE05A7;
}
.AnyTagClassName
{
color: #CE05A7;
}
</style>
background-color css
<style>
a { background-color: #CE05A7; }
a { background-color: rgb(206,5,167); }
div.DivClassName
{
background-color: #CE05A7;
}
.BgClassName
{
background-color: #CE05A7;
}
</style>
border-color css
<style>
span { border-color: #CE05A7; }
span { border-color: rgb(206,5,167); }
td.TdClassName
{
border-color: #CE05A7;
}
.TagClassName
{
border-color: #CE05A7;
}
</style>