Shades of Deep Magenta #CA1FDB
Tints of Deep Magenta #CA1FDB
RGB
CMYK
RGB Variations
Color information
#CA1FDB (or 0xCA1FDB) is known color: Deep Magenta. HEX triplet: CA, 1F and DB. RGB value is (202,31,219). Sum of RGB (Red+Green+Blue) = 202+31+219=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA1FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1FDB is #35E024. Grayscale: #666666. Windows color (decimal): -3530789 or 14360522. OLE color: 14360522.
HSL color Cylindrical-coordinate representation of color #CA1FDB: hue angle of 294.57º 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 #CA1FDB is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 31 | 219 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.14 |
| HSL | 294.57º | 0.75% | 0.49% | - |
| HSV(B) | 294.57º | 0.86% | 0.86% | - |
| XYZ | 37.63 | 18.65 | 68.63 | - |
| YUV | 103.56 | 193.15 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 219 | 0.08 | 0.86 | 0 | 0.14 | 294.57 | 0.75 | 0.49 |
| Hex | CA | 1F | DB | 8 | 56 | 0 | E | 127 | 4B | 31 |
| Octal | 312 | 37 | 333 | 10 | 126 | 0 | 16 | 447 | 113 | 61 |
| Binary | 11001010 | 11111 | 11011011 | 1000 | 1010110 | 0 | 1110 | 100100111 | 1001011 | 110001 |
Color Harmonies of #CA1FDB
Complementary color
Monochromatic Colors of #CA1FDB
Black with #CA1FDB
Text Example
Text Example
White with #CA1FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FDB; }
p { color: rgb(202,31,219); }
H1.HeaderClassName
{
color: #CA1FDB;
}
.AnyTagClassName
{
color: #CA1FDB;
}
</style>
background-color css
<style>
a { background-color: #CA1FDB; }
a { background-color: rgb(202,31,219); }
div.DivClassName
{
background-color: #CA1FDB;
}
.BgClassName
{
background-color: #CA1FDB;
}
</style>
border-color css
<style>
span { border-color: #CA1FDB; }
span { border-color: rgb(202,31,219); }
td.TdClassName
{
border-color: #CA1FDB;
}
.TagClassName
{
border-color: #CA1FDB;
}
</style>