Shades of Deep Magenta #CA01BC
Tints of Deep Magenta #CA01BC
RGB
CMYK
RGB Variations
Color information
#CA01BC (or 0xCA01BC) is known color: Deep Magenta. HEX triplet: CA, 01 and BC. RGB value is (202,1,188). Sum of RGB (Red+Green+Blue) = 202+1+188=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA01BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA01BC is #35FE43. Grayscale: #515151. Windows color (decimal): -3538500 or 12321226. OLE color: 12321226.
HSL color Cylindrical-coordinate representation of color #CA01BC: hue angle of 304.18º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA01BC is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.21 |
| HSL | 304.18º | 0.99% | 0.4% | - |
| HSV(B) | 304.18º | 1% | 0.79% | - |
| XYZ | 33.45 | 16.21 | 48.94 | - |
| YUV | 82.42 | 187.59 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 188 | 0 | 1.00 | 0.07 | 0.21 | 304.18 | 0.99 | 0.4 |
| Hex | CA | 1 | BC | 0 | 64 | 7 | 15 | 130 | 63 | 28 |
| Octal | 312 | 1 | 274 | 0 | 144 | 7 | 25 | 460 | 143 | 50 |
| Binary | 11001010 | 1 | 10111100 | 0 | 1100100 | 111 | 10101 | 100110000 | 1100011 | 101000 |
Color Harmonies of #CA01BC
Complementary color
Monochromatic Colors of #CA01BC
Black with #CA01BC
Text Example
Text Example
White with #CA01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA01BC; }
p { color: rgb(202,1,188); }
H1.HeaderClassName
{
color: #CA01BC;
}
.AnyTagClassName
{
color: #CA01BC;
}
</style>
background-color css
<style>
a { background-color: #CA01BC; }
a { background-color: rgb(202,1,188); }
div.DivClassName
{
background-color: #CA01BC;
}
.BgClassName
{
background-color: #CA01BC;
}
</style>
border-color css
<style>
span { border-color: #CA01BC; }
span { border-color: rgb(202,1,188); }
td.TdClassName
{
border-color: #CA01BC;
}
.TagClassName
{
border-color: #CA01BC;
}
</style>