Shades of Hollywood Cerise #CF03A7
Tints of Hollywood Cerise #CF03A7
RGB
CMYK
RGB Variations
Color information
#CF03A7 (or 0xCF03A7) is known color: Hollywood Cerise. HEX triplet: CF, 03 and A7. RGB value is (207,3,167). Sum of RGB (Red+Green+Blue) = 207+3+167=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF03A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF03A7 is #30FC58. Grayscale: #525252. Windows color (decimal): -3210329 or 10945487. OLE color: 10945487.
HSL color Cylindrical-coordinate representation of color #CF03A7: hue angle of 311.76º 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 #CF03A7 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 167 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.19 |
| HSL | 311.76º | 0.97% | 0.41% | - |
| HSV(B) | 311.76º | 0.99% | 0.81% | - |
| XYZ | 32.74 | 16.12 | 37.95 | - |
| YUV | 82.69 | 175.59 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 167 | 0 | 0.99 | 0.19 | 0.19 | 311.76 | 0.97 | 0.41 |
| Hex | CF | 3 | A7 | 0 | 63 | 13 | 13 | 138 | 61 | 29 |
| Octal | 317 | 3 | 247 | 0 | 143 | 23 | 23 | 470 | 141 | 51 |
| Binary | 11001111 | 11 | 10100111 | 0 | 1100011 | 10011 | 10011 | 100111000 | 1100001 | 101001 |
Color Harmonies of #CF03A7
Complementary color
Monochromatic Colors of #CF03A7
Black with #CF03A7
Text Example
Text Example
White with #CF03A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03A7; }
p { color: rgb(207,3,167); }
H1.HeaderClassName
{
color: #CF03A7;
}
.AnyTagClassName
{
color: #CF03A7;
}
</style>
background-color css
<style>
a { background-color: #CF03A7; }
a { background-color: rgb(207,3,167); }
div.DivClassName
{
background-color: #CF03A7;
}
.BgClassName
{
background-color: #CF03A7;
}
</style>
border-color css
<style>
span { border-color: #CF03A7; }
span { border-color: rgb(207,3,167); }
td.TdClassName
{
border-color: #CF03A7;
}
.TagClassName
{
border-color: #CF03A7;
}
</style>