Shades of Deep Magenta #CA08BD
Tints of Deep Magenta #CA08BD
RGB
CMYK
RGB Variations
Color information
#CA08BD (or 0xCA08BD) is known color: Deep Magenta. HEX triplet: CA, 08 and BD. RGB value is (202,8,189). Sum of RGB (Red+Green+Blue) = 202+8+189=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA08BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA08BD is #35F742. Grayscale: #565656. Windows color (decimal): -3536707 or 12388554. OLE color: 12388554.
HSL color Cylindrical-coordinate representation of color #CA08BD: hue angle of 304.02º 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 #CA08BD is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 189 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.21 |
| HSL | 304.02º | 0.92% | 0.41% | - |
| HSV(B) | 304.02º | 0.96% | 0.79% | - |
| XYZ | 33.63 | 16.4 | 49.54 | - |
| YUV | 86.64 | 185.77 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 189 | 0 | 0.96 | 0.06 | 0.21 | 304.02 | 0.92 | 0.41 |
| Hex | CA | 8 | BD | 0 | 60 | 6 | 15 | 130 | 5C | 29 |
| Octal | 312 | 10 | 275 | 0 | 140 | 6 | 25 | 460 | 134 | 51 |
| Binary | 11001010 | 1000 | 10111101 | 0 | 1100000 | 110 | 10101 | 100110000 | 1011100 | 101001 |
Color Harmonies of #CA08BD
Complementary color
Monochromatic Colors of #CA08BD
Black with #CA08BD
Text Example
Text Example
White with #CA08BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA08BD; }
p { color: rgb(202,8,189); }
H1.HeaderClassName
{
color: #CA08BD;
}
.AnyTagClassName
{
color: #CA08BD;
}
</style>
background-color css
<style>
a { background-color: #CA08BD; }
a { background-color: rgb(202,8,189); }
div.DivClassName
{
background-color: #CA08BD;
}
.BgClassName
{
background-color: #CA08BD;
}
</style>
border-color css
<style>
span { border-color: #CA08BD; }
span { border-color: rgb(202,8,189); }
td.TdClassName
{
border-color: #CA08BD;
}
.TagClassName
{
border-color: #CA08BD;
}
</style>