Shades of Deep Magenta #CA20BF
Tints of Deep Magenta #CA20BF
RGB
CMYK
RGB Variations
Color information
#CA20BF (or 0xCA20BF) is known color: Deep Magenta. HEX triplet: CA, 20 and BF. RGB value is (202,32,191). Sum of RGB (Red+Green+Blue) = 202+32+191=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20BF is #35DF40. Grayscale: #646464. Windows color (decimal): -3530561 or 12525770. OLE color: 12525770.
HSL color Cylindrical-coordinate representation of color #CA20BF: hue angle of 303.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA20BF is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 191 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.21 |
| HSL | 303.88º | 0.73% | 0.46% | - |
| HSV(B) | 303.88º | 0.84% | 0.79% | - |
| XYZ | 34.28 | 17.35 | 50.83 | - |
| YUV | 100.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 191 | 0 | 0.84 | 0.05 | 0.21 | 303.88 | 0.73 | 0.46 |
| Hex | CA | 20 | BF | 0 | 54 | 5 | 15 | 130 | 49 | 2E |
| Octal | 312 | 40 | 277 | 0 | 124 | 5 | 25 | 460 | 111 | 56 |
| Binary | 11001010 | 100000 | 10111111 | 0 | 1010100 | 101 | 10101 | 100110000 | 1001001 | 101110 |
Color Harmonies of #CA20BF
Complementary color
Monochromatic Colors of #CA20BF
Black with #CA20BF
Text Example
Text Example
White with #CA20BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20BF; }
p { color: rgb(202,32,191); }
H1.HeaderClassName
{
color: #CA20BF;
}
.AnyTagClassName
{
color: #CA20BF;
}
</style>
background-color css
<style>
a { background-color: #CA20BF; }
a { background-color: rgb(202,32,191); }
div.DivClassName
{
background-color: #CA20BF;
}
.BgClassName
{
background-color: #CA20BF;
}
</style>
border-color css
<style>
span { border-color: #CA20BF; }
span { border-color: rgb(202,32,191); }
td.TdClassName
{
border-color: #CA20BF;
}
.TagClassName
{
border-color: #CA20BF;
}
</style>