Shades of Hollywood Cerise #CF04A5
Tints of Hollywood Cerise #CF04A5
RGB
CMYK
RGB Variations
Color information
#CF04A5 (or 0xCF04A5) is known color: Hollywood Cerise. HEX triplet: CF, 04 and A5. RGB value is (207,4,165). Sum of RGB (Red+Green+Blue) = 207+4+165=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 165 (64.84% from 255 or 43.88% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF04A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF04A5 is #30FB5A. Grayscale: #525252. Windows color (decimal): -3210075 or 10814671. OLE color: 10814671.
HSL color Cylindrical-coordinate representation of color #CF04A5: hue angle of 312.41º degrees, saturation: 0.96, 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 #CF04A5 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 165 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.19 |
| HSL | 312.41º | 0.96% | 0.41% | - |
| HSV(B) | 312.41º | 0.98% | 0.81% | - |
| XYZ | 32.57 | 16.07 | 36.98 | - |
| YUV | 83.05 | 174.25 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 165 | 0 | 0.98 | 0.20 | 0.19 | 312.41 | 0.96 | 0.41 |
| Hex | CF | 4 | A5 | 0 | 62 | 14 | 13 | 138 | 60 | 29 |
| Octal | 317 | 4 | 245 | 0 | 142 | 24 | 23 | 470 | 140 | 51 |
| Binary | 11001111 | 100 | 10100101 | 0 | 1100010 | 10100 | 10011 | 100111000 | 1100000 | 101001 |
Color Harmonies of #CF04A5
Complementary color
Monochromatic Colors of #CF04A5
Black with #CF04A5
Text Example
Text Example
White with #CF04A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04A5; }
p { color: rgb(207,4,165); }
H1.HeaderClassName
{
color: #CF04A5;
}
.AnyTagClassName
{
color: #CF04A5;
}
</style>
background-color css
<style>
a { background-color: #CF04A5; }
a { background-color: rgb(207,4,165); }
div.DivClassName
{
background-color: #CF04A5;
}
.BgClassName
{
background-color: #CF04A5;
}
</style>
border-color css
<style>
span { border-color: #CF04A5; }
span { border-color: rgb(207,4,165); }
td.TdClassName
{
border-color: #CF04A5;
}
.TagClassName
{
border-color: #CF04A5;
}
</style>