Shades of Deep Magenta #CA08AF
Tints of Deep Magenta #CA08AF
RGB
CMYK
RGB Variations
Color information
#CA08AF (or 0xCA08AF) is known color: Deep Magenta. HEX triplet: CA, 08 and AF. RGB value is (202,8,175). Sum of RGB (Red+Green+Blue) = 202+8+175=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA08AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA08AF is #35F750. Grayscale: #545454. Windows color (decimal): -3536721 or 11471050. OLE color: 11471050.
HSL color Cylindrical-coordinate representation of color #CA08AF: hue angle of 308.35º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA08AF is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 175 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.21 |
| HSL | 308.35º | 0.92% | 0.41% | - |
| HSV(B) | 308.35º | 0.96% | 0.79% | - |
| XYZ | 32.18 | 15.83 | 41.92 | - |
| YUV | 85.04 | 178.77 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 175 | 0 | 0.96 | 0.13 | 0.21 | 308.35 | 0.92 | 0.41 |
| Hex | CA | 8 | AF | 0 | 60 | D | 15 | 134 | 5C | 29 |
| Octal | 312 | 10 | 257 | 0 | 140 | 15 | 25 | 464 | 134 | 51 |
| Binary | 11001010 | 1000 | 10101111 | 0 | 1100000 | 1101 | 10101 | 100110100 | 1011100 | 101001 |
Color Harmonies of #CA08AF
Complementary color
Monochromatic Colors of #CA08AF
Black with #CA08AF
Text Example
Text Example
White with #CA08AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA08AF; }
p { color: rgb(202,8,175); }
H1.HeaderClassName
{
color: #CA08AF;
}
.AnyTagClassName
{
color: #CA08AF;
}
</style>
background-color css
<style>
a { background-color: #CA08AF; }
a { background-color: rgb(202,8,175); }
div.DivClassName
{
background-color: #CA08AF;
}
.BgClassName
{
background-color: #CA08AF;
}
</style>
border-color css
<style>
span { border-color: #CA08AF; }
span { border-color: rgb(202,8,175); }
td.TdClassName
{
border-color: #CA08AF;
}
.TagClassName
{
border-color: #CA08AF;
}
</style>