Shades of Deep Magenta #CA1CDE
Tints of Deep Magenta #CA1CDE
RGB
CMYK
RGB Variations
Color information
#CA1CDE (or 0xCA1CDE) is known color: Deep Magenta. HEX triplet: CA, 1C and DE. RGB value is (202,28,222). Sum of RGB (Red+Green+Blue) = 202+28+222=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA1CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1CDE is #35E321. Grayscale: #656565. Windows color (decimal): -3531554 or 14556362. OLE color: 14556362.
HSL color Cylindrical-coordinate representation of color #CA1CDE: hue angle of 293.81º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1CDE is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 28 | 222 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.13 |
| HSL | 293.81º | 0.78% | 0.49% | - |
| HSV(B) | 293.81º | 0.87% | 0.87% | - |
| XYZ | 37.96 | 18.66 | 70.71 | - |
| YUV | 102.14 | 195.65 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 28 | 222 | 0.09 | 0.87 | 0 | 0.13 | 293.81 | 0.78 | 0.49 |
| Hex | CA | 1C | DE | 9 | 57 | 0 | D | 126 | 4E | 31 |
| Octal | 312 | 34 | 336 | 11 | 127 | 0 | 15 | 446 | 116 | 61 |
| Binary | 11001010 | 11100 | 11011110 | 1001 | 1010111 | 0 | 1101 | 100100110 | 1001110 | 110001 |
Color Harmonies of #CA1CDE
Complementary color
Monochromatic Colors of #CA1CDE
Black with #CA1CDE
Text Example
Text Example
White with #CA1CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1CDE; }
p { color: rgb(202,28,222); }
H1.HeaderClassName
{
color: #CA1CDE;
}
.AnyTagClassName
{
color: #CA1CDE;
}
</style>
background-color css
<style>
a { background-color: #CA1CDE; }
a { background-color: rgb(202,28,222); }
div.DivClassName
{
background-color: #CA1CDE;
}
.BgClassName
{
background-color: #CA1CDE;
}
</style>
border-color css
<style>
span { border-color: #CA1CDE; }
span { border-color: rgb(202,28,222); }
td.TdClassName
{
border-color: #CA1CDE;
}
.TagClassName
{
border-color: #CA1CDE;
}
</style>