Shades of Hollywood Cerise #CF02A5
Tints of Hollywood Cerise #CF02A5
RGB
CMYK
RGB Variations
Color information
#CF02A5 (or 0xCF02A5) is known color: Hollywood Cerise. HEX triplet: CF, 02 and A5. RGB value is (207,2,165). Sum of RGB (Red+Green+Blue) = 207+2+165=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF02A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF02A5 is #30FD5A. Grayscale: #515151. Windows color (decimal): -3210587 or 10814159. OLE color: 10814159.
HSL color Cylindrical-coordinate representation of color #CF02A5: hue angle of 312.29º degrees, saturation: 0.98, 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 #CF02A5 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 165 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.19 |
| HSL | 312.29º | 0.98% | 0.41% | - |
| HSV(B) | 312.29º | 0.99% | 0.81% | - |
| XYZ | 32.55 | 16.03 | 36.98 | - |
| YUV | 81.88 | 174.92 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 165 | 0 | 0.99 | 0.20 | 0.19 | 312.29 | 0.98 | 0.41 |
| Hex | CF | 2 | A5 | 0 | 63 | 14 | 13 | 138 | 62 | 29 |
| Octal | 317 | 2 | 245 | 0 | 143 | 24 | 23 | 470 | 142 | 51 |
| Binary | 11001111 | 10 | 10100101 | 0 | 1100011 | 10100 | 10011 | 100111000 | 1100010 | 101001 |
Color Harmonies of #CF02A5
Complementary color
Monochromatic Colors of #CF02A5
Black with #CF02A5
Text Example
Text Example
White with #CF02A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02A5; }
p { color: rgb(207,2,165); }
H1.HeaderClassName
{
color: #CF02A5;
}
.AnyTagClassName
{
color: #CF02A5;
}
</style>
background-color css
<style>
a { background-color: #CF02A5; }
a { background-color: rgb(207,2,165); }
div.DivClassName
{
background-color: #CF02A5;
}
.BgClassName
{
background-color: #CF02A5;
}
</style>
border-color css
<style>
span { border-color: #CF02A5; }
span { border-color: rgb(207,2,165); }
td.TdClassName
{
border-color: #CF02A5;
}
.TagClassName
{
border-color: #CF02A5;
}
</style>