Shades of Deep Magenta #CA1FCD
Tints of Deep Magenta #CA1FCD
RGB
CMYK
RGB Variations
Color information
#CA1FCD (or 0xCA1FCD) is known color: Deep Magenta. HEX triplet: CA, 1F and CD. RGB value is (202,31,205). Sum of RGB (Red+Green+Blue) = 202+31+205=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA1FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1FCD is #35E032. Grayscale: #656565. Windows color (decimal): -3530803 or 13443018. OLE color: 13443018.
HSL color Cylindrical-coordinate representation of color #CA1FCD: hue angle of 298.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1FCD is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 31 | 205 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.20 |
| HSL | 298.97º | 0.74% | 0.46% | - |
| HSV(B) | 298.97º | 0.85% | 0.8% | - |
| XYZ | 35.87 | 17.94 | 59.33 | - |
| YUV | 101.97 | 186.15 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 205 | 0.01 | 0.85 | 0 | 0.20 | 298.97 | 0.74 | 0.46 |
| Hex | CA | 1F | CD | 1 | 55 | 0 | 14 | 12B | 4A | 2E |
| Octal | 312 | 37 | 315 | 1 | 125 | 0 | 24 | 453 | 112 | 56 |
| Binary | 11001010 | 11111 | 11001101 | 1 | 1010101 | 0 | 10100 | 100101011 | 1001010 | 101110 |
Color Harmonies of #CA1FCD
Complementary color
Monochromatic Colors of #CA1FCD
Black with #CA1FCD
Text Example
Text Example
White with #CA1FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FCD; }
p { color: rgb(202,31,205); }
H1.HeaderClassName
{
color: #CA1FCD;
}
.AnyTagClassName
{
color: #CA1FCD;
}
</style>
background-color css
<style>
a { background-color: #CA1FCD; }
a { background-color: rgb(202,31,205); }
div.DivClassName
{
background-color: #CA1FCD;
}
.BgClassName
{
background-color: #CA1FCD;
}
</style>
border-color css
<style>
span { border-color: #CA1FCD; }
span { border-color: rgb(202,31,205); }
td.TdClassName
{
border-color: #CA1FCD;
}
.TagClassName
{
border-color: #CA1FCD;
}
</style>