Shades of Deep Magenta #CA0CDF
Tints of Deep Magenta #CA0CDF
RGB
CMYK
RGB Variations
Color information
#CA0CDF (or 0xCA0CDF) is known color: Deep Magenta. HEX triplet: CA, 0C and DF. RGB value is (202,12,223). Sum of RGB (Red+Green+Blue) = 202+12+223=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA0CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0CDF is #35F320. Grayscale: #5C5C5C. Windows color (decimal): -3535649 or 14617802. OLE color: 14617802.
HSL color Cylindrical-coordinate representation of color #CA0CDF: hue angle of 294.03º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0CDF is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 12 | 223 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.13 |
| HSL | 294.03º | 0.9% | 0.46% | - |
| HSV(B) | 294.03º | 0.95% | 0.87% | - |
| XYZ | 37.81 | 18.15 | 71.32 | - |
| YUV | 92.86 | 201.45 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 223 | 0.09 | 0.95 | 0 | 0.13 | 294.03 | 0.9 | 0.46 |
| Hex | CA | C | DF | 9 | 5F | 0 | D | 126 | 5A | 2E |
| Octal | 312 | 14 | 337 | 11 | 137 | 0 | 15 | 446 | 132 | 56 |
| Binary | 11001010 | 1100 | 11011111 | 1001 | 1011111 | 0 | 1101 | 100100110 | 1011010 | 101110 |
Color Harmonies of #CA0CDF
Complementary color
Monochromatic Colors of #CA0CDF
Black with #CA0CDF
Text Example
Text Example
White with #CA0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0CDF; }
p { color: rgb(202,12,223); }
H1.HeaderClassName
{
color: #CA0CDF;
}
.AnyTagClassName
{
color: #CA0CDF;
}
</style>
background-color css
<style>
a { background-color: #CA0CDF; }
a { background-color: rgb(202,12,223); }
div.DivClassName
{
background-color: #CA0CDF;
}
.BgClassName
{
background-color: #CA0CDF;
}
</style>
border-color css
<style>
span { border-color: #CA0CDF; }
span { border-color: rgb(202,12,223); }
td.TdClassName
{
border-color: #CA0CDF;
}
.TagClassName
{
border-color: #CA0CDF;
}
</style>