Shades of Deep Cerise #CD2FA6
Tints of Deep Cerise #CD2FA6
RGB
CMYK
RGB Variations
Color information
#CD2FA6 (or 0xCD2FA6) is known color: Deep Cerise. HEX triplet: CD, 2F and A6. RGB value is (205,47,166). Sum of RGB (Red+Green+Blue) = 205+47+166=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2FA6 is #32D059. Grayscale: #6B6B6B. Windows color (decimal): -3330138 or 10891213. OLE color: 10891213.
HSL color Cylindrical-coordinate representation of color #CD2FA6: hue angle of 314.81º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD2FA6 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 47 | 166 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.20 |
| HSL | 314.81º | 0.63% | 0.49% | - |
| HSV(B) | 314.81º | 0.77% | 0.8% | - |
| XYZ | 33.08 | 17.77 | 37.76 | - |
| YUV | 107.81 | 160.85 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 47 | 166 | 0 | 0.77 | 0.19 | 0.20 | 314.81 | 0.63 | 0.49 |
| Hex | CD | 2F | A6 | 0 | 4D | 13 | 14 | 13B | 3F | 31 |
| Octal | 315 | 57 | 246 | 0 | 115 | 23 | 24 | 473 | 77 | 61 |
| Binary | 11001101 | 101111 | 10100110 | 0 | 1001101 | 10011 | 10100 | 100111011 | 111111 | 110001 |
Color Harmonies of #CD2FA6
Complementary color
Monochromatic Colors of #CD2FA6
Black with #CD2FA6
Text Example
Text Example
White with #CD2FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2FA6; }
p { color: rgb(205,47,166); }
H1.HeaderClassName
{
color: #CD2FA6;
}
.AnyTagClassName
{
color: #CD2FA6;
}
</style>
background-color css
<style>
a { background-color: #CD2FA6; }
a { background-color: rgb(205,47,166); }
div.DivClassName
{
background-color: #CD2FA6;
}
.BgClassName
{
background-color: #CD2FA6;
}
</style>
border-color css
<style>
span { border-color: #CD2FA6; }
span { border-color: rgb(205,47,166); }
td.TdClassName
{
border-color: #CD2FA6;
}
.TagClassName
{
border-color: #CD2FA6;
}
</style>