Shades of Deep Magenta #CA1FDD
Tints of Deep Magenta #CA1FDD
RGB
CMYK
RGB Variations
Color information
#CA1FDD (or 0xCA1FDD) is known color: Deep Magenta. HEX triplet: CA, 1F and DD. RGB value is (202,31,221). Sum of RGB (Red+Green+Blue) = 202+31+221=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA1FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1FDD is #35E022. Grayscale: #676767. Windows color (decimal): -3530787 or 14491594. OLE color: 14491594.
HSL color Cylindrical-coordinate representation of color #CA1FDD: hue angle of 294º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1FDD is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 31 | 221 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.13 |
| HSL | 294º | 0.75% | 0.49% | - |
| HSV(B) | 294º | 0.86% | 0.87% | - |
| XYZ | 37.9 | 18.76 | 70.03 | - |
| YUV | 103.79 | 194.15 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 221 | 0.09 | 0.86 | 0 | 0.13 | 294 | 0.75 | 0.49 |
| Hex | CA | 1F | DD | 9 | 56 | 0 | D | 126 | 4B | 31 |
| Octal | 312 | 37 | 335 | 11 | 126 | 0 | 15 | 446 | 113 | 61 |
| Binary | 11001010 | 11111 | 11011101 | 1001 | 1010110 | 0 | 1101 | 100100110 | 1001011 | 110001 |
Color Harmonies of #CA1FDD
Complementary color
Monochromatic Colors of #CA1FDD
Black with #CA1FDD
Text Example
Text Example
White with #CA1FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FDD; }
p { color: rgb(202,31,221); }
H1.HeaderClassName
{
color: #CA1FDD;
}
.AnyTagClassName
{
color: #CA1FDD;
}
</style>
background-color css
<style>
a { background-color: #CA1FDD; }
a { background-color: rgb(202,31,221); }
div.DivClassName
{
background-color: #CA1FDD;
}
.BgClassName
{
background-color: #CA1FDD;
}
</style>
border-color css
<style>
span { border-color: #CA1FDD; }
span { border-color: rgb(202,31,221); }
td.TdClassName
{
border-color: #CA1FDD;
}
.TagClassName
{
border-color: #CA1FDD;
}
</style>