Shades of Deep Magenta #CA2ACF
Tints of Deep Magenta #CA2ACF
RGB
CMYK
RGB Variations
Color information
#CA2ACF (or 0xCA2ACF) is known color: Deep Magenta. HEX triplet: CA, 2A and CF. RGB value is (202,42,207). Sum of RGB (Red+Green+Blue) = 202+42+207=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 42 (16.80% from 255 or 9.31% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA2ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ACF is #35D530. Grayscale: #6C6C6C. Windows color (decimal): -3527985 or 13576906. OLE color: 13576906.
HSL color Cylindrical-coordinate representation of color #CA2ACF: hue angle of 298.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2ACF is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 42 | 207 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.19 |
| HSL | 298.18º | 0.66% | 0.49% | - |
| HSV(B) | 298.18º | 0.8% | 0.81% | - |
| XYZ | 36.45 | 18.72 | 60.72 | - |
| YUV | 108.65 | 183.51 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 207 | 0.02 | 0.80 | 0 | 0.19 | 298.18 | 0.66 | 0.49 |
| Hex | CA | 2A | CF | 2 | 50 | 0 | 13 | 12A | 42 | 31 |
| Octal | 312 | 52 | 317 | 2 | 120 | 0 | 23 | 452 | 102 | 61 |
| Binary | 11001010 | 101010 | 11001111 | 10 | 1010000 | 0 | 10011 | 100101010 | 1000010 | 110001 |
Color Harmonies of #CA2ACF
Complementary color
Monochromatic Colors of #CA2ACF
Black with #CA2ACF
Text Example
Text Example
White with #CA2ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2ACF; }
p { color: rgb(202,42,207); }
H1.HeaderClassName
{
color: #CA2ACF;
}
.AnyTagClassName
{
color: #CA2ACF;
}
</style>
background-color css
<style>
a { background-color: #CA2ACF; }
a { background-color: rgb(202,42,207); }
div.DivClassName
{
background-color: #CA2ACF;
}
.BgClassName
{
background-color: #CA2ACF;
}
</style>
border-color css
<style>
span { border-color: #CA2ACF; }
span { border-color: rgb(202,42,207); }
td.TdClassName
{
border-color: #CA2ACF;
}
.TagClassName
{
border-color: #CA2ACF;
}
</style>