Shades of Deep Cerise #CF2DA5
Tints of Deep Cerise #CF2DA5
RGB
CMYK
RGB Variations
Color information
#CF2DA5 (or 0xCF2DA5) is known color: Deep Cerise. HEX triplet: CF, 2D and A5. RGB value is (207,45,165). Sum of RGB (Red+Green+Blue) = 207+45+165=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2DA5 is #30D25A. Grayscale: #6A6A6A. Windows color (decimal): -3199579 or 10825167. OLE color: 10825167.
HSL color Cylindrical-coordinate representation of color #CF2DA5: hue angle of 315.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 #CF2DA5 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 165 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.19 |
| HSL | 315.56º | 0.64% | 0.49% | - |
| HSV(B) | 315.56º | 0.78% | 0.81% | - |
| XYZ | 33.46 | 17.86 | 37.28 | - |
| YUV | 107.12 | 160.67 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 165 | 0 | 0.78 | 0.20 | 0.19 | 315.56 | 0.64 | 0.49 |
| Hex | CF | 2D | A5 | 0 | 4E | 14 | 13 | 13C | 40 | 31 |
| Octal | 317 | 55 | 245 | 0 | 116 | 24 | 23 | 474 | 100 | 61 |
| Binary | 11001111 | 101101 | 10100101 | 0 | 1001110 | 10100 | 10011 | 100111100 | 1000000 | 110001 |
Color Harmonies of #CF2DA5
Complementary color
Monochromatic Colors of #CF2DA5
Black with #CF2DA5
Text Example
Text Example
White with #CF2DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DA5; }
p { color: rgb(207,45,165); }
H1.HeaderClassName
{
color: #CF2DA5;
}
.AnyTagClassName
{
color: #CF2DA5;
}
</style>
background-color css
<style>
a { background-color: #CF2DA5; }
a { background-color: rgb(207,45,165); }
div.DivClassName
{
background-color: #CF2DA5;
}
.BgClassName
{
background-color: #CF2DA5;
}
</style>
border-color css
<style>
span { border-color: #CF2DA5; }
span { border-color: rgb(207,45,165); }
td.TdClassName
{
border-color: #CF2DA5;
}
.TagClassName
{
border-color: #CF2DA5;
}
</style>