Shades of Deep Magenta #CF2BCA
Tints of Deep Magenta #CF2BCA
RGB
CMYK
RGB Variations
Color information
#CF2BCA (or 0xCF2BCA) is known color: Deep Magenta. HEX triplet: CF, 2B and CA. RGB value is (207,43,202). Sum of RGB (Red+Green+Blue) = 207+43+202=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2BCA is #30D435. Grayscale: #6D6D6D. Windows color (decimal): -3200054 or 13249487. OLE color: 13249487.
HSL color Cylindrical-coordinate representation of color #CF2BCA: hue angle of 301.83º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2BCA is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 202 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.19 |
| HSL | 301.83º | 0.66% | 0.49% | - |
| HSV(B) | 301.83º | 0.79% | 0.81% | - |
| XYZ | 37.26 | 19.26 | 57.63 | - |
| YUV | 110.16 | 179.83 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 202 | 0 | 0.79 | 0.02 | 0.19 | 301.83 | 0.66 | 0.49 |
| Hex | CF | 2B | CA | 0 | 4F | 2 | 13 | 12E | 42 | 31 |
| Octal | 317 | 53 | 312 | 0 | 117 | 2 | 23 | 456 | 102 | 61 |
| Binary | 11001111 | 101011 | 11001010 | 0 | 1001111 | 10 | 10011 | 100101110 | 1000010 | 110001 |
Color Harmonies of #CF2BCA
Complementary color
Monochromatic Colors of #CF2BCA
Black with #CF2BCA
Text Example
Text Example
White with #CF2BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2BCA; }
p { color: rgb(207,43,202); }
H1.HeaderClassName
{
color: #CF2BCA;
}
.AnyTagClassName
{
color: #CF2BCA;
}
</style>
background-color css
<style>
a { background-color: #CF2BCA; }
a { background-color: rgb(207,43,202); }
div.DivClassName
{
background-color: #CF2BCA;
}
.BgClassName
{
background-color: #CF2BCA;
}
</style>
border-color css
<style>
span { border-color: #CF2BCA; }
span { border-color: rgb(207,43,202); }
td.TdClassName
{
border-color: #CF2BCA;
}
.TagClassName
{
border-color: #CF2BCA;
}
</style>