Shades of Deep Magenta #C001CA
Tints of Deep Magenta #C001CA
RGB
CMYK
RGB Variations
Color information
#C001CA (or 0xC001CA) is known color: Deep Magenta. HEX triplet: C0, 01 and CA. RGB value is (192,1,202). Sum of RGB (Red+Green+Blue) = 192+1+202=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #C001CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C001CA is #3FFE35. Grayscale: #505050. Windows color (decimal): -4193846 or 13238720. OLE color: 13238720.
HSL color Cylindrical-coordinate representation of color #C001CA: hue angle of 297.01º 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 #C001CA is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 1 | 202 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.21 |
| HSL | 297.01º | 0.99% | 0.4% | - |
| HSV(B) | 297.01º | 1% | 0.79% | - |
| XYZ | 32.41 | 15.49 | 57.16 | - |
| YUV | 81.02 | 196.28 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 202 | 0.05 | 1.00 | 0 | 0.21 | 297.01 | 0.99 | 0.4 |
| Hex | C0 | 1 | CA | 5 | 64 | 0 | 15 | 129 | 63 | 28 |
| Octal | 300 | 1 | 312 | 5 | 144 | 0 | 25 | 451 | 143 | 50 |
| Binary | 11000000 | 1 | 11001010 | 101 | 1100100 | 0 | 10101 | 100101001 | 1100011 | 101000 |
Color Harmonies of #C001CA
Complementary color
Monochromatic Colors of #C001CA
Black with #C001CA
Text Example
Text Example
White with #C001CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001CA; }
p { color: rgb(192,1,202); }
H1.HeaderClassName
{
color: #C001CA;
}
.AnyTagClassName
{
color: #C001CA;
}
</style>
background-color css
<style>
a { background-color: #C001CA; }
a { background-color: rgb(192,1,202); }
div.DivClassName
{
background-color: #C001CA;
}
.BgClassName
{
background-color: #C001CA;
}
</style>
border-color css
<style>
span { border-color: #C001CA; }
span { border-color: rgb(192,1,202); }
td.TdClassName
{
border-color: #C001CA;
}
.TagClassName
{
border-color: #C001CA;
}
</style>