Shades of Deep Magenta #CA1BDC
Tints of Deep Magenta #CA1BDC
RGB
CMYK
RGB Variations
Color information
#CA1BDC (or 0xCA1BDC) is known color: Deep Magenta. HEX triplet: CA, 1B and DC. RGB value is (202,27,220). Sum of RGB (Red+Green+Blue) = 202+27+220=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 27 (10.94% from 255 or 6.01% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA1BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1BDC is #35E423. Grayscale: #646464. Windows color (decimal): -3531812 or 14425034. OLE color: 14425034.
HSL color Cylindrical-coordinate representation of color #CA1BDC: hue angle of 294.4º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1BDC is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 27 | 220 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.14 |
| HSL | 294.4º | 0.78% | 0.48% | - |
| HSV(B) | 294.4º | 0.88% | 0.86% | - |
| XYZ | 37.67 | 18.51 | 69.3 | - |
| YUV | 101.33 | 194.98 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 220 | 0.08 | 0.88 | 0 | 0.14 | 294.4 | 0.78 | 0.48 |
| Hex | CA | 1B | DC | 8 | 58 | 0 | E | 126 | 4E | 30 |
| Octal | 312 | 33 | 334 | 10 | 130 | 0 | 16 | 446 | 116 | 60 |
| Binary | 11001010 | 11011 | 11011100 | 1000 | 1011000 | 0 | 1110 | 100100110 | 1001110 | 110000 |
Color Harmonies of #CA1BDC
Complementary color
Monochromatic Colors of #CA1BDC
Black with #CA1BDC
Text Example
Text Example
White with #CA1BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1BDC; }
p { color: rgb(202,27,220); }
H1.HeaderClassName
{
color: #CA1BDC;
}
.AnyTagClassName
{
color: #CA1BDC;
}
</style>
background-color css
<style>
a { background-color: #CA1BDC; }
a { background-color: rgb(202,27,220); }
div.DivClassName
{
background-color: #CA1BDC;
}
.BgClassName
{
background-color: #CA1BDC;
}
</style>
border-color css
<style>
span { border-color: #CA1BDC; }
span { border-color: rgb(202,27,220); }
td.TdClassName
{
border-color: #CA1BDC;
}
.TagClassName
{
border-color: #CA1BDC;
}
</style>