Shades of Deep Magenta #CA08B2
Tints of Deep Magenta #CA08B2
RGB
CMYK
RGB Variations
Color information
#CA08B2 (or 0xCA08B2) is known color: Deep Magenta. HEX triplet: CA, 08 and B2. RGB value is (202,8,178). Sum of RGB (Red+Green+Blue) = 202+8+178=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA08B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA08B2 is #35F74D. Grayscale: #545454. Windows color (decimal): -3536718 or 11667658. OLE color: 11667658.
HSL color Cylindrical-coordinate representation of color #CA08B2: hue angle of 307.42º 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 #CA08B2 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 178 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.21 |
| HSL | 307.42º | 0.92% | 0.41% | - |
| HSV(B) | 307.42º | 0.96% | 0.79% | - |
| XYZ | 32.48 | 15.94 | 43.49 | - |
| YUV | 85.39 | 180.27 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 178 | 0 | 0.96 | 0.12 | 0.21 | 307.42 | 0.92 | 0.41 |
| Hex | CA | 8 | B2 | 0 | 60 | C | 15 | 133 | 5C | 29 |
| Octal | 312 | 10 | 262 | 0 | 140 | 14 | 25 | 463 | 134 | 51 |
| Binary | 11001010 | 1000 | 10110010 | 0 | 1100000 | 1100 | 10101 | 100110011 | 1011100 | 101001 |
Color Harmonies of #CA08B2
Complementary color
Monochromatic Colors of #CA08B2
Black with #CA08B2
Text Example
Text Example
White with #CA08B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA08B2; }
p { color: rgb(202,8,178); }
H1.HeaderClassName
{
color: #CA08B2;
}
.AnyTagClassName
{
color: #CA08B2;
}
</style>
background-color css
<style>
a { background-color: #CA08B2; }
a { background-color: rgb(202,8,178); }
div.DivClassName
{
background-color: #CA08B2;
}
.BgClassName
{
background-color: #CA08B2;
}
</style>
border-color css
<style>
span { border-color: #CA08B2; }
span { border-color: rgb(202,8,178); }
td.TdClassName
{
border-color: #CA08B2;
}
.TagClassName
{
border-color: #CA08B2;
}
</style>