Shades of Hollywood Cerise #CF00A2
Tints of Hollywood Cerise #CF00A2
RGB
CMYK
RGB Variations
Color information
#CF00A2 (or 0xCF00A2) is known color: Hollywood Cerise. HEX triplet: CF, 00 and A2. RGB value is (207,0,162). Sum of RGB (Red+Green+Blue) = 207+0+162=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF00A2 is #30FF5D. Grayscale: #4F4F4F. Windows color (decimal): -3211102 or 10617039. OLE color: 10617039.
HSL color Cylindrical-coordinate representation of color #CF00A2: hue angle of 313.04º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00A2 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.22 | 0.19 |
| HSL | 313.04º | 1% | 0.41% | - |
| HSV(B) | 313.04º | 1% | 0.81% | - |
| XYZ | 32.25 | 15.87 | 35.55 | - |
| YUV | 80.36 | 174.08 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 162 | 0 | 1 | 0.22 | 0.19 | 313.04 | 1 | 0.41 |
| Hex | CF | 0 | A2 | 0 | 64 | 16 | 13 | 139 | 64 | 29 |
| Octal | 317 | 0 | 242 | 0 | 144 | 26 | 23 | 471 | 144 | 51 |
| Binary | 11001111 | 0 | 10100010 | 0 | 1100100 | 10110 | 10011 | 100111001 | 1100100 | 101001 |
Color Harmonies of #CF00A2
Complementary color
Monochromatic Colors of #CF00A2
Black with #CF00A2
Text Example
Text Example
White with #CF00A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00A2; }
p { color: rgb(207,0,162); }
H1.HeaderClassName
{
color: #CF00A2;
}
.AnyTagClassName
{
color: #CF00A2;
}
</style>
background-color css
<style>
a { background-color: #CF00A2; }
a { background-color: rgb(207,0,162); }
div.DivClassName
{
background-color: #CF00A2;
}
.BgClassName
{
background-color: #CF00A2;
}
</style>
border-color css
<style>
span { border-color: #CF00A2; }
span { border-color: rgb(207,0,162); }
td.TdClassName
{
border-color: #CF00A2;
}
.TagClassName
{
border-color: #CF00A2;
}
</style>