Shades of Deep Magenta #CA1FDA
Tints of Deep Magenta #CA1FDA
RGB
CMYK
RGB Variations
Color information
#CA1FDA (or 0xCA1FDA) is known color: Deep Magenta. HEX triplet: CA, 1F and DA. RGB value is (202,31,218). Sum of RGB (Red+Green+Blue) = 202+31+218=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 31 (12.5% from 255 or 6.87% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA1FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1FDA is #35E025. Grayscale: #666666. Windows color (decimal): -3530790 or 14294986. OLE color: 14294986.
HSL color Cylindrical-coordinate representation of color #CA1FDA: hue angle of 294.87º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1FDA is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 31 | 218 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.15 |
| HSL | 294.87º | 0.75% | 0.49% | - |
| HSV(B) | 294.87º | 0.86% | 0.85% | - |
| XYZ | 37.5 | 18.6 | 67.94 | - |
| YUV | 103.45 | 192.65 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 218 | 0.07 | 0.86 | 0 | 0.15 | 294.87 | 0.75 | 0.49 |
| Hex | CA | 1F | DA | 7 | 56 | 0 | F | 127 | 4B | 31 |
| Octal | 312 | 37 | 332 | 7 | 126 | 0 | 17 | 447 | 113 | 61 |
| Binary | 11001010 | 11111 | 11011010 | 111 | 1010110 | 0 | 1111 | 100100111 | 1001011 | 110001 |
Color Harmonies of #CA1FDA
Complementary color
Monochromatic Colors of #CA1FDA
Black with #CA1FDA
Text Example
Text Example
White with #CA1FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FDA; }
p { color: rgb(202,31,218); }
H1.HeaderClassName
{
color: #CA1FDA;
}
.AnyTagClassName
{
color: #CA1FDA;
}
</style>
background-color css
<style>
a { background-color: #CA1FDA; }
a { background-color: rgb(202,31,218); }
div.DivClassName
{
background-color: #CA1FDA;
}
.BgClassName
{
background-color: #CA1FDA;
}
</style>
border-color css
<style>
span { border-color: #CA1FDA; }
span { border-color: rgb(202,31,218); }
td.TdClassName
{
border-color: #CA1FDA;
}
.TagClassName
{
border-color: #CA1FDA;
}
</style>