Shades of Deep Cerise #CF2D9B
Tints of Deep Cerise #CF2D9B
RGB
CMYK
RGB Variations
Color information
#CF2D9B (or 0xCF2D9B) is known color: Deep Cerise. HEX triplet: CF, 2D and 9B. RGB value is (207,45,155). Sum of RGB (Red+Green+Blue) = 207+45+155=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2D9B is #30D264. Grayscale: #696969. Windows color (decimal): -3199589 or 10169807. OLE color: 10169807.
HSL color Cylindrical-coordinate representation of color #CF2D9B: hue angle of 319.26º 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 #CF2D9B is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 155 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.19 |
| HSL | 319.26º | 0.64% | 0.49% | - |
| HSV(B) | 319.26º | 0.78% | 0.81% | - |
| XYZ | 32.59 | 17.51 | 32.67 | - |
| YUV | 105.98 | 155.67 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 155 | 0 | 0.78 | 0.25 | 0.19 | 319.26 | 0.64 | 0.49 |
| Hex | CF | 2D | 9B | 0 | 4E | 19 | 13 | 13F | 40 | 31 |
| Octal | 317 | 55 | 233 | 0 | 116 | 31 | 23 | 477 | 100 | 61 |
| Binary | 11001111 | 101101 | 10011011 | 0 | 1001110 | 11001 | 10011 | 100111111 | 1000000 | 110001 |
Color Harmonies of #CF2D9B
Complementary color
Monochromatic Colors of #CF2D9B
Black with #CF2D9B
Text Example
Text Example
White with #CF2D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2D9B; }
p { color: rgb(207,45,155); }
H1.HeaderClassName
{
color: #CF2D9B;
}
.AnyTagClassName
{
color: #CF2D9B;
}
</style>
background-color css
<style>
a { background-color: #CF2D9B; }
a { background-color: rgb(207,45,155); }
div.DivClassName
{
background-color: #CF2D9B;
}
.BgClassName
{
background-color: #CF2D9B;
}
</style>
border-color css
<style>
span { border-color: #CF2D9B; }
span { border-color: rgb(207,45,155); }
td.TdClassName
{
border-color: #CF2D9B;
}
.TagClassName
{
border-color: #CF2D9B;
}
</style>