Shades of Deep Magenta #CA06C5
Tints of Deep Magenta #CA06C5
RGB
CMYK
RGB Variations
Color information
#CA06C5 (or 0xCA06C5) is known color: Deep Magenta. HEX triplet: CA, 06 and C5. RGB value is (202,6,197). Sum of RGB (Red+Green+Blue) = 202+6+197=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 197 (77.34% from 255 or 48.64% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA06C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA06C5 is #35F93A. Grayscale: #555555. Windows color (decimal): -3537211 or 12912330. OLE color: 12912330.
HSL color Cylindrical-coordinate representation of color #CA06C5: hue angle of 301.53º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA06C5 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 197 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.21 |
| HSL | 301.53º | 0.94% | 0.41% | - |
| HSV(B) | 301.53º | 0.97% | 0.79% | - |
| XYZ | 34.5 | 16.72 | 54.23 | - |
| YUV | 86.38 | 190.43 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 197 | 0 | 0.97 | 0.02 | 0.21 | 301.53 | 0.94 | 0.41 |
| Hex | CA | 6 | C5 | 0 | 61 | 2 | 15 | 12E | 5E | 29 |
| Octal | 312 | 6 | 305 | 0 | 141 | 2 | 25 | 456 | 136 | 51 |
| Binary | 11001010 | 110 | 11000101 | 0 | 1100001 | 10 | 10101 | 100101110 | 1011110 | 101001 |
Color Harmonies of #CA06C5
Complementary color
Monochromatic Colors of #CA06C5
Black with #CA06C5
Text Example
Text Example
White with #CA06C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA06C5; }
p { color: rgb(202,6,197); }
H1.HeaderClassName
{
color: #CA06C5;
}
.AnyTagClassName
{
color: #CA06C5;
}
</style>
background-color css
<style>
a { background-color: #CA06C5; }
a { background-color: rgb(202,6,197); }
div.DivClassName
{
background-color: #CA06C5;
}
.BgClassName
{
background-color: #CA06C5;
}
</style>
border-color css
<style>
span { border-color: #CA06C5; }
span { border-color: rgb(202,6,197); }
td.TdClassName
{
border-color: #CA06C5;
}
.TagClassName
{
border-color: #CA06C5;
}
</style>