Shades of Deep Magenta #CA1FDF
Tints of Deep Magenta #CA1FDF
RGB
CMYK
RGB Variations
Color information
#CA1FDF (or 0xCA1FDF) is known color: Deep Magenta. HEX triplet: CA, 1F and DF. RGB value is (202,31,223). Sum of RGB (Red+Green+Blue) = 202+31+223=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA1FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1FDF is #35E020. Grayscale: #676767. Windows color (decimal): -3530785 or 14622666. OLE color: 14622666.
HSL color Cylindrical-coordinate representation of color #CA1FDF: hue angle of 293.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1FDF is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 31 | 223 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.13 |
| HSL | 293.44º | 0.76% | 0.5% | - |
| HSV(B) | 293.44º | 0.86% | 0.87% | - |
| XYZ | 38.17 | 18.86 | 71.44 | - |
| YUV | 104.02 | 195.15 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 223 | 0.09 | 0.86 | 0 | 0.13 | 293.44 | 0.76 | 0.5 |
| Hex | CA | 1F | DF | 9 | 56 | 0 | D | 125 | 4C | 32 |
| Octal | 312 | 37 | 337 | 11 | 126 | 0 | 15 | 445 | 114 | 62 |
| Binary | 11001010 | 11111 | 11011111 | 1001 | 1010110 | 0 | 1101 | 100100101 | 1001100 | 110010 |
Color Harmonies of #CA1FDF
Complementary color
Monochromatic Colors of #CA1FDF
Black with #CA1FDF
Text Example
Text Example
White with #CA1FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FDF; }
p { color: rgb(202,31,223); }
H1.HeaderClassName
{
color: #CA1FDF;
}
.AnyTagClassName
{
color: #CA1FDF;
}
</style>
background-color css
<style>
a { background-color: #CA1FDF; }
a { background-color: rgb(202,31,223); }
div.DivClassName
{
background-color: #CA1FDF;
}
.BgClassName
{
background-color: #CA1FDF;
}
</style>
border-color css
<style>
span { border-color: #CA1FDF; }
span { border-color: rgb(202,31,223); }
td.TdClassName
{
border-color: #CA1FDF;
}
.TagClassName
{
border-color: #CA1FDF;
}
</style>