Shades of Deep Magenta #CA1FDC
Tints of Deep Magenta #CA1FDC
RGB
CMYK
RGB Variations
Color information
#CA1FDC (or 0xCA1FDC) is known color: Deep Magenta. HEX triplet: CA, 1F and DC. RGB value is (202,31,220). Sum of RGB (Red+Green+Blue) = 202+31+220=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA1FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1FDC is #35E023. Grayscale: #676767. Windows color (decimal): -3530788 or 14426058. OLE color: 14426058.
HSL color Cylindrical-coordinate representation of color #CA1FDC: hue angle of 294.29º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1FDC is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 31 | 220 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.14 |
| HSL | 294.29º | 0.75% | 0.49% | - |
| HSV(B) | 294.29º | 0.86% | 0.86% | - |
| XYZ | 37.77 | 18.7 | 69.33 | - |
| YUV | 103.68 | 193.65 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 220 | 0.08 | 0.86 | 0 | 0.14 | 294.29 | 0.75 | 0.49 |
| Hex | CA | 1F | DC | 8 | 56 | 0 | E | 126 | 4B | 31 |
| Octal | 312 | 37 | 334 | 10 | 126 | 0 | 16 | 446 | 113 | 61 |
| Binary | 11001010 | 11111 | 11011100 | 1000 | 1010110 | 0 | 1110 | 100100110 | 1001011 | 110001 |
Color Harmonies of #CA1FDC
Complementary color
Monochromatic Colors of #CA1FDC
Black with #CA1FDC
Text Example
Text Example
White with #CA1FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FDC; }
p { color: rgb(202,31,220); }
H1.HeaderClassName
{
color: #CA1FDC;
}
.AnyTagClassName
{
color: #CA1FDC;
}
</style>
background-color css
<style>
a { background-color: #CA1FDC; }
a { background-color: rgb(202,31,220); }
div.DivClassName
{
background-color: #CA1FDC;
}
.BgClassName
{
background-color: #CA1FDC;
}
</style>
border-color css
<style>
span { border-color: #CA1FDC; }
span { border-color: rgb(202,31,220); }
td.TdClassName
{
border-color: #CA1FDC;
}
.TagClassName
{
border-color: #CA1FDC;
}
</style>