Shades of Deep Magenta #CA06B2
Tints of Deep Magenta #CA06B2
RGB
CMYK
RGB Variations
Color information
#CA06B2 (or 0xCA06B2) is known color: Deep Magenta. HEX triplet: CA, 06 and B2. RGB value is (202,6,178). Sum of RGB (Red+Green+Blue) = 202+6+178=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA06B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA06B2 is #35F94D. Grayscale: #535353. Windows color (decimal): -3537230 or 11667146. OLE color: 11667146.
HSL color Cylindrical-coordinate representation of color #CA06B2: hue angle of 307.35º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA06B2 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 178 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.21 |
| HSL | 307.35º | 0.94% | 0.41% | - |
| HSV(B) | 307.35º | 0.97% | 0.79% | - |
| XYZ | 32.46 | 15.9 | 43.48 | - |
| YUV | 84.21 | 180.93 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 178 | 0 | 0.97 | 0.12 | 0.21 | 307.35 | 0.94 | 0.41 |
| Hex | CA | 6 | B2 | 0 | 61 | C | 15 | 133 | 5E | 29 |
| Octal | 312 | 6 | 262 | 0 | 141 | 14 | 25 | 463 | 136 | 51 |
| Binary | 11001010 | 110 | 10110010 | 0 | 1100001 | 1100 | 10101 | 100110011 | 1011110 | 101001 |
Color Harmonies of #CA06B2
Complementary color
Monochromatic Colors of #CA06B2
Black with #CA06B2
Text Example
Text Example
White with #CA06B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA06B2; }
p { color: rgb(202,6,178); }
H1.HeaderClassName
{
color: #CA06B2;
}
.AnyTagClassName
{
color: #CA06B2;
}
</style>
background-color css
<style>
a { background-color: #CA06B2; }
a { background-color: rgb(202,6,178); }
div.DivClassName
{
background-color: #CA06B2;
}
.BgClassName
{
background-color: #CA06B2;
}
</style>
border-color css
<style>
span { border-color: #CA06B2; }
span { border-color: rgb(202,6,178); }
td.TdClassName
{
border-color: #CA06B2;
}
.TagClassName
{
border-color: #CA06B2;
}
</style>