Shades of Hollywood Cerise #CE03A6
Tints of Hollywood Cerise #CE03A6
RGB
CMYK
RGB Variations
Color information
#CE03A6 (or 0xCE03A6) is known color: Hollywood Cerise. HEX triplet: CE, 03 and A6. RGB value is (206,3,166). Sum of RGB (Red+Green+Blue) = 206+3+166=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE03A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE03A6 is #31FC59. Grayscale: #515151. Windows color (decimal): -3275866 or 10879950. OLE color: 10879950.
HSL color Cylindrical-coordinate representation of color #CE03A6: hue angle of 311.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE03A6 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 166 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.19 |
| HSL | 311.82º | 0.97% | 0.41% | - |
| HSV(B) | 311.82º | 0.99% | 0.81% | - |
| XYZ | 32.37 | 15.94 | 37.45 | - |
| YUV | 82.28 | 175.25 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 166 | 0 | 0.99 | 0.19 | 0.19 | 311.82 | 0.97 | 0.41 |
| Hex | CE | 3 | A6 | 0 | 63 | 13 | 13 | 138 | 61 | 29 |
| Octal | 316 | 3 | 246 | 0 | 143 | 23 | 23 | 470 | 141 | 51 |
| Binary | 11001110 | 11 | 10100110 | 0 | 1100011 | 10011 | 10011 | 100111000 | 1100001 | 101001 |
Color Harmonies of #CE03A6
Complementary color
Monochromatic Colors of #CE03A6
Black with #CE03A6
Text Example
Text Example
White with #CE03A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03A6; }
p { color: rgb(206,3,166); }
H1.HeaderClassName
{
color: #CE03A6;
}
.AnyTagClassName
{
color: #CE03A6;
}
</style>
background-color css
<style>
a { background-color: #CE03A6; }
a { background-color: rgb(206,3,166); }
div.DivClassName
{
background-color: #CE03A6;
}
.BgClassName
{
background-color: #CE03A6;
}
</style>
border-color css
<style>
span { border-color: #CE03A6; }
span { border-color: rgb(206,3,166); }
td.TdClassName
{
border-color: #CE03A6;
}
.TagClassName
{
border-color: #CE03A6;
}
</style>