Shades of Deep Cerise #CF2D8A
Tints of Deep Cerise #CF2D8A
RGB
CMYK
RGB Variations
Color information
#CF2D8A (or 0xCF2D8A) is known color: Deep Cerise. HEX triplet: CF, 2D and 8A. RGB value is (207,45,138). Sum of RGB (Red+Green+Blue) = 207+45+138=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2D8A is #30D275. Grayscale: #676767. Windows color (decimal): -3199606 or 9055695. OLE color: 9055695.
HSL color Cylindrical-coordinate representation of color #CF2D8A: hue angle of 325.56º 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 #CF2D8A is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 138 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.19 |
| HSL | 325.56º | 0.64% | 0.49% | - |
| HSV(B) | 325.56º | 0.78% | 0.81% | - |
| XYZ | 31.26 | 16.98 | 25.67 | - |
| YUV | 104.04 | 147.17 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 138 | 0 | 0.78 | 0.33 | 0.19 | 325.56 | 0.64 | 0.49 |
| Hex | CF | 2D | 8A | 0 | 4E | 21 | 13 | 146 | 40 | 31 |
| Octal | 317 | 55 | 212 | 0 | 116 | 41 | 23 | 506 | 100 | 61 |
| Binary | 11001111 | 101101 | 10001010 | 0 | 1001110 | 100001 | 10011 | 101000110 | 1000000 | 110001 |
Color Harmonies of #CF2D8A
Complementary color
Monochromatic Colors of #CF2D8A
Black with #CF2D8A
Text Example
Text Example
White with #CF2D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2D8A; }
p { color: rgb(207,45,138); }
H1.HeaderClassName
{
color: #CF2D8A;
}
.AnyTagClassName
{
color: #CF2D8A;
}
</style>
background-color css
<style>
a { background-color: #CF2D8A; }
a { background-color: rgb(207,45,138); }
div.DivClassName
{
background-color: #CF2D8A;
}
.BgClassName
{
background-color: #CF2D8A;
}
</style>
border-color css
<style>
span { border-color: #CF2D8A; }
span { border-color: rgb(207,45,138); }
td.TdClassName
{
border-color: #CF2D8A;
}
.TagClassName
{
border-color: #CF2D8A;
}
</style>