Shades of Deep Magenta #CA1DD0
Tints of Deep Magenta #CA1DD0
RGB
CMYK
RGB Variations
Color information
#CA1DD0 (or 0xCA1DD0) is known color: Deep Magenta. HEX triplet: CA, 1D and D0. RGB value is (202,29,208). Sum of RGB (Red+Green+Blue) = 202+29+208=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA1DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1DD0 is #35E22F. Grayscale: #646464. Windows color (decimal): -3531312 or 13639114. OLE color: 13639114.
HSL color Cylindrical-coordinate representation of color #CA1DD0: hue angle of 297.99º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1DD0 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 29 | 208 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.18 |
| HSL | 297.99º | 0.76% | 0.46% | - |
| HSV(B) | 297.99º | 0.86% | 0.82% | - |
| XYZ | 36.18 | 17.99 | 61.24 | - |
| YUV | 101.13 | 188.31 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 208 | 0.03 | 0.86 | 0 | 0.18 | 297.99 | 0.76 | 0.46 |
| Hex | CA | 1D | D0 | 3 | 56 | 0 | 12 | 12A | 4C | 2E |
| Octal | 312 | 35 | 320 | 3 | 126 | 0 | 22 | 452 | 114 | 56 |
| Binary | 11001010 | 11101 | 11010000 | 11 | 1010110 | 0 | 10010 | 100101010 | 1001100 | 101110 |
Color Harmonies of #CA1DD0
Complementary color
Monochromatic Colors of #CA1DD0
Black with #CA1DD0
Text Example
Text Example
White with #CA1DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1DD0; }
p { color: rgb(202,29,208); }
H1.HeaderClassName
{
color: #CA1DD0;
}
.AnyTagClassName
{
color: #CA1DD0;
}
</style>
background-color css
<style>
a { background-color: #CA1DD0; }
a { background-color: rgb(202,29,208); }
div.DivClassName
{
background-color: #CA1DD0;
}
.BgClassName
{
background-color: #CA1DD0;
}
</style>
border-color css
<style>
span { border-color: #CA1DD0; }
span { border-color: rgb(202,29,208); }
td.TdClassName
{
border-color: #CA1DD0;
}
.TagClassName
{
border-color: #CA1DD0;
}
</style>