Shades of Deep Magenta #CA1DCC
Tints of Deep Magenta #CA1DCC
RGB
CMYK
RGB Variations
Color information
#CA1DCC (or 0xCA1DCC) is known color: Deep Magenta. HEX triplet: CA, 1D and CC. RGB value is (202,29,204). Sum of RGB (Red+Green+Blue) = 202+29+204=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA1DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1DCC is #35E233. Grayscale: #646464. Windows color (decimal): -3531316 or 13376970. OLE color: 13376970.
HSL color Cylindrical-coordinate representation of color #CA1DCC: hue angle of 299.31º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1DCC is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 29 | 204 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.2 |
| HSL | 299.31º | 0.75% | 0.46% | - |
| HSV(B) | 299.31º | 0.86% | 0.8% | - |
| XYZ | 35.7 | 17.79 | 58.68 | - |
| YUV | 100.68 | 186.31 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 204 | 0.01 | 0.86 | 0 | 0.2 | 299.31 | 0.75 | 0.46 |
| Hex | CA | 1D | CC | 1 | 56 | 0 | 14 | 12B | 4B | 2E |
| Octal | 312 | 35 | 314 | 1 | 126 | 0 | 24 | 453 | 113 | 56 |
| Binary | 11001010 | 11101 | 11001100 | 1 | 1010110 | 0 | 10100 | 100101011 | 1001011 | 101110 |
Color Harmonies of #CA1DCC
Complementary color
Monochromatic Colors of #CA1DCC
Black with #CA1DCC
Text Example
Text Example
White with #CA1DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1DCC; }
p { color: rgb(202,29,204); }
H1.HeaderClassName
{
color: #CA1DCC;
}
.AnyTagClassName
{
color: #CA1DCC;
}
</style>
background-color css
<style>
a { background-color: #CA1DCC; }
a { background-color: rgb(202,29,204); }
div.DivClassName
{
background-color: #CA1DCC;
}
.BgClassName
{
background-color: #CA1DCC;
}
</style>
border-color css
<style>
span { border-color: #CA1DCC; }
span { border-color: rgb(202,29,204); }
td.TdClassName
{
border-color: #CA1DCC;
}
.TagClassName
{
border-color: #CA1DCC;
}
</style>