Shades of Deep Cerise #CF2FAD
Tints of Deep Cerise #CF2FAD
RGB
CMYK
RGB Variations
Color information
#CF2FAD (or 0xCF2FAD) is known color: Deep Cerise. HEX triplet: CF, 2F and AD. RGB value is (207,47,173). Sum of RGB (Red+Green+Blue) = 207+47+173=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2FAD is #30D052. Grayscale: #6C6C6C. Windows color (decimal): -3199059 or 11349967. OLE color: 11349967.
HSL color Cylindrical-coordinate representation of color #CF2FAD: hue angle of 312.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF2FAD is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 173 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.19 |
| HSL | 312.75º | 0.63% | 0.5% | - |
| HSV(B) | 312.75º | 0.77% | 0.81% | - |
| XYZ | 34.29 | 18.32 | 41.26 | - |
| YUV | 109.2 | 164.01 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 173 | 0 | 0.77 | 0.16 | 0.19 | 312.75 | 0.63 | 0.5 |
| Hex | CF | 2F | AD | 0 | 4D | 10 | 13 | 139 | 3F | 32 |
| Octal | 317 | 57 | 255 | 0 | 115 | 20 | 23 | 471 | 77 | 62 |
| Binary | 11001111 | 101111 | 10101101 | 0 | 1001101 | 10000 | 10011 | 100111001 | 111111 | 110010 |
Color Harmonies of #CF2FAD
Complementary color
Monochromatic Colors of #CF2FAD
Black with #CF2FAD
Text Example
Text Example
White with #CF2FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2FAD; }
p { color: rgb(207,47,173); }
H1.HeaderClassName
{
color: #CF2FAD;
}
.AnyTagClassName
{
color: #CF2FAD;
}
</style>
background-color css
<style>
a { background-color: #CF2FAD; }
a { background-color: rgb(207,47,173); }
div.DivClassName
{
background-color: #CF2FAD;
}
.BgClassName
{
background-color: #CF2FAD;
}
</style>
border-color css
<style>
span { border-color: #CF2FAD; }
span { border-color: rgb(207,47,173); }
td.TdClassName
{
border-color: #CF2FAD;
}
.TagClassName
{
border-color: #CF2FAD;
}
</style>