Shades of Deep Magenta #CA0AC6
Tints of Deep Magenta #CA0AC6
RGB
CMYK
RGB Variations
Color information
#CA0AC6 (or 0xCA0AC6) is known color: Deep Magenta. HEX triplet: CA, 0A and C6. RGB value is (202,10,198). Sum of RGB (Red+Green+Blue) = 202+10+198=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0AC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0AC6 is #35F539. Grayscale: #585858. Windows color (decimal): -3536186 or 12978890. OLE color: 12978890.
HSL color Cylindrical-coordinate representation of color #CA0AC6: hue angle of 301.25º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0AC6 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 10 | 198 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.21 |
| HSL | 301.25º | 0.91% | 0.42% | - |
| HSV(B) | 301.25º | 0.95% | 0.79% | - |
| XYZ | 34.66 | 16.85 | 54.85 | - |
| YUV | 88.84 | 189.61 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 198 | 0 | 0.95 | 0.02 | 0.21 | 301.25 | 0.91 | 0.42 |
| Hex | CA | A | C6 | 0 | 5F | 2 | 15 | 12D | 5B | 2A |
| Octal | 312 | 12 | 306 | 0 | 137 | 2 | 25 | 455 | 133 | 52 |
| Binary | 11001010 | 1010 | 11000110 | 0 | 1011111 | 10 | 10101 | 100101101 | 1011011 | 101010 |
Color Harmonies of #CA0AC6
Complementary color
Monochromatic Colors of #CA0AC6
Black with #CA0AC6
Text Example
Text Example
White with #CA0AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0AC6; }
p { color: rgb(202,10,198); }
H1.HeaderClassName
{
color: #CA0AC6;
}
.AnyTagClassName
{
color: #CA0AC6;
}
</style>
background-color css
<style>
a { background-color: #CA0AC6; }
a { background-color: rgb(202,10,198); }
div.DivClassName
{
background-color: #CA0AC6;
}
.BgClassName
{
background-color: #CA0AC6;
}
</style>
border-color css
<style>
span { border-color: #CA0AC6; }
span { border-color: rgb(202,10,198); }
td.TdClassName
{
border-color: #CA0AC6;
}
.TagClassName
{
border-color: #CA0AC6;
}
</style>