Shades of Hollywood Cerise #CF09A8
Tints of Hollywood Cerise #CF09A8
RGB
CMYK
RGB Variations
Color information
#CF09A8 (or 0xCF09A8) is known color: Hollywood Cerise. HEX triplet: CF, 09 and A8. RGB value is (207,9,168). Sum of RGB (Red+Green+Blue) = 207+9+168=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 168 (66.02% from 255 or 43.75% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF09A8 is #30F657. Grayscale: #555555. Windows color (decimal): -3208792 or 11012559. OLE color: 11012559.
HSL color Cylindrical-coordinate representation of color #CF09A8: hue angle of 311.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF09A8 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 168 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.19 |
| HSL | 311.82º | 0.92% | 0.42% | - |
| HSV(B) | 311.82º | 0.96% | 0.81% | - |
| XYZ | 32.9 | 16.29 | 38.46 | - |
| YUV | 86.33 | 174.1 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 168 | 0 | 0.96 | 0.19 | 0.19 | 311.82 | 0.92 | 0.42 |
| Hex | CF | 9 | A8 | 0 | 60 | 13 | 13 | 138 | 5C | 2A |
| Octal | 317 | 11 | 250 | 0 | 140 | 23 | 23 | 470 | 134 | 52 |
| Binary | 11001111 | 1001 | 10101000 | 0 | 1100000 | 10011 | 10011 | 100111000 | 1011100 | 101010 |
Color Harmonies of #CF09A8
Complementary color
Monochromatic Colors of #CF09A8
Black with #CF09A8
Text Example
Text Example
White with #CF09A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09A8; }
p { color: rgb(207,9,168); }
H1.HeaderClassName
{
color: #CF09A8;
}
.AnyTagClassName
{
color: #CF09A8;
}
</style>
background-color css
<style>
a { background-color: #CF09A8; }
a { background-color: rgb(207,9,168); }
div.DivClassName
{
background-color: #CF09A8;
}
.BgClassName
{
background-color: #CF09A8;
}
</style>
border-color css
<style>
span { border-color: #CF09A8; }
span { border-color: rgb(207,9,168); }
td.TdClassName
{
border-color: #CF09A8;
}
.TagClassName
{
border-color: #CF09A8;
}
</style>