Shades of Deep Cerise #CF2DAD
Tints of Deep Cerise #CF2DAD
RGB
CMYK
RGB Variations
Color information
#CF2DAD (or 0xCF2DAD) is known color: Deep Cerise. HEX triplet: CF, 2D and AD. RGB value is (207,45,173). Sum of RGB (Red+Green+Blue) = 207+45+173=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2DAD is #30D252. Grayscale: #6B6B6B. Windows color (decimal): -3199571 or 11349455. OLE color: 11349455.
HSL color Cylindrical-coordinate representation of color #CF2DAD: hue angle of 312.59º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2DAD is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 173 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.19 |
| HSL | 312.59º | 0.64% | 0.49% | - |
| HSV(B) | 312.59º | 0.78% | 0.81% | - |
| XYZ | 34.21 | 18.16 | 41.24 | - |
| YUV | 108.03 | 164.67 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 173 | 0 | 0.78 | 0.16 | 0.19 | 312.59 | 0.64 | 0.49 |
| Hex | CF | 2D | AD | 0 | 4E | 10 | 13 | 139 | 40 | 31 |
| Octal | 317 | 55 | 255 | 0 | 116 | 20 | 23 | 471 | 100 | 61 |
| Binary | 11001111 | 101101 | 10101101 | 0 | 1001110 | 10000 | 10011 | 100111001 | 1000000 | 110001 |
Color Harmonies of #CF2DAD
Complementary color
Monochromatic Colors of #CF2DAD
Black with #CF2DAD
Text Example
Text Example
White with #CF2DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DAD; }
p { color: rgb(207,45,173); }
H1.HeaderClassName
{
color: #CF2DAD;
}
.AnyTagClassName
{
color: #CF2DAD;
}
</style>
background-color css
<style>
a { background-color: #CF2DAD; }
a { background-color: rgb(207,45,173); }
div.DivClassName
{
background-color: #CF2DAD;
}
.BgClassName
{
background-color: #CF2DAD;
}
</style>
border-color css
<style>
span { border-color: #CF2DAD; }
span { border-color: rgb(207,45,173); }
td.TdClassName
{
border-color: #CF2DAD;
}
.TagClassName
{
border-color: #CF2DAD;
}
</style>