Shades of Hollywood Cerise #CF07A8
Tints of Hollywood Cerise #CF07A8
RGB
CMYK
RGB Variations
Color information
#CF07A8 (or 0xCF07A8) is known color: Hollywood Cerise. HEX triplet: CF, 07 and A8. RGB value is (207,7,168). Sum of RGB (Red+Green+Blue) = 207+7+168=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF07A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF07A8 is #30F857. Grayscale: #545454. Windows color (decimal): -3209304 or 11012047. OLE color: 11012047.
HSL color Cylindrical-coordinate representation of color #CF07A8: hue angle of 311.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF07A8 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 168 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.19 |
| HSL | 311.7º | 0.93% | 0.42% | - |
| HSV(B) | 311.7º | 0.97% | 0.81% | - |
| XYZ | 32.88 | 16.24 | 38.45 | - |
| YUV | 85.15 | 174.76 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 168 | 0 | 0.97 | 0.19 | 0.19 | 311.7 | 0.93 | 0.42 |
| Hex | CF | 7 | A8 | 0 | 61 | 13 | 13 | 138 | 5D | 2A |
| Octal | 317 | 7 | 250 | 0 | 141 | 23 | 23 | 470 | 135 | 52 |
| Binary | 11001111 | 111 | 10101000 | 0 | 1100001 | 10011 | 10011 | 100111000 | 1011101 | 101010 |
Color Harmonies of #CF07A8
Complementary color
Monochromatic Colors of #CF07A8
Black with #CF07A8
Text Example
Text Example
White with #CF07A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF07A8; }
p { color: rgb(207,7,168); }
H1.HeaderClassName
{
color: #CF07A8;
}
.AnyTagClassName
{
color: #CF07A8;
}
</style>
background-color css
<style>
a { background-color: #CF07A8; }
a { background-color: rgb(207,7,168); }
div.DivClassName
{
background-color: #CF07A8;
}
.BgClassName
{
background-color: #CF07A8;
}
</style>
border-color css
<style>
span { border-color: #CF07A8; }
span { border-color: rgb(207,7,168); }
td.TdClassName
{
border-color: #CF07A8;
}
.TagClassName
{
border-color: #CF07A8;
}
</style>