Shades of Deep Magenta #CA08D6
Tints of Deep Magenta #CA08D6
RGB
CMYK
RGB Variations
Color information
#CA08D6 (or 0xCA08D6) is known color: Deep Magenta. HEX triplet: CA, 08 and D6. RGB value is (202,8,214). Sum of RGB (Red+Green+Blue) = 202+8+214=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 8 (3.52% from 255 or 1.89% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA08D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA08D6 is #35F729. Grayscale: #585858. Windows color (decimal): -3536682 or 14026954. OLE color: 14026954.
HSL color Cylindrical-coordinate representation of color #CA08D6: hue angle of 296.5º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA08D6 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 8 | 214 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.16 |
| HSL | 296.5º | 0.93% | 0.44% | - |
| HSV(B) | 296.5º | 0.96% | 0.84% | - |
| XYZ | 36.58 | 17.59 | 65.08 | - |
| YUV | 89.49 | 198.27 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 214 | 0.06 | 0.96 | 0 | 0.16 | 296.5 | 0.93 | 0.44 |
| Hex | CA | 8 | D6 | 6 | 60 | 0 | 10 | 129 | 5D | 2C |
| Octal | 312 | 10 | 326 | 6 | 140 | 0 | 20 | 451 | 135 | 54 |
| Binary | 11001010 | 1000 | 11010110 | 110 | 1100000 | 0 | 10000 | 100101001 | 1011101 | 101100 |
Color Harmonies of #CA08D6
Complementary color
Monochromatic Colors of #CA08D6
Black with #CA08D6
Text Example
Text Example
White with #CA08D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA08D6; }
p { color: rgb(202,8,214); }
H1.HeaderClassName
{
color: #CA08D6;
}
.AnyTagClassName
{
color: #CA08D6;
}
</style>
background-color css
<style>
a { background-color: #CA08D6; }
a { background-color: rgb(202,8,214); }
div.DivClassName
{
background-color: #CA08D6;
}
.BgClassName
{
background-color: #CA08D6;
}
</style>
border-color css
<style>
span { border-color: #CA08D6; }
span { border-color: rgb(202,8,214); }
td.TdClassName
{
border-color: #CA08D6;
}
.TagClassName
{
border-color: #CA08D6;
}
</style>