Shades of Deep Magenta #C101CA
Tints of Deep Magenta #C101CA
RGB
CMYK
RGB Variations
Color information
#C101CA (or 0xC101CA) is known color: Deep Magenta. HEX triplet: C1, 01 and CA. RGB value is (193,1,202). Sum of RGB (Red+Green+Blue) = 193+1+202=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #C101CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C101CA is #3EFE35. Grayscale: #505050. Windows color (decimal): -4128310 or 13238721. OLE color: 13238721.
HSL color Cylindrical-coordinate representation of color #C101CA: hue angle of 297.31º 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 #C101CA is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 1 | 202 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.21 |
| HSL | 297.31º | 0.99% | 0.4% | - |
| HSV(B) | 297.31º | 1% | 0.79% | - |
| XYZ | 32.66 | 15.62 | 57.17 | - |
| YUV | 81.32 | 196.11 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 202 | 0.04 | 1.00 | 0 | 0.21 | 297.31 | 0.99 | 0.4 |
| Hex | C1 | 1 | CA | 4 | 64 | 0 | 15 | 129 | 63 | 28 |
| Octal | 301 | 1 | 312 | 4 | 144 | 0 | 25 | 451 | 143 | 50 |
| Binary | 11000001 | 1 | 11001010 | 100 | 1100100 | 0 | 10101 | 100101001 | 1100011 | 101000 |
Color Harmonies of #C101CA
Complementary color
Monochromatic Colors of #C101CA
Black with #C101CA
Text Example
Text Example
White with #C101CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C101CA; }
p { color: rgb(193,1,202); }
H1.HeaderClassName
{
color: #C101CA;
}
.AnyTagClassName
{
color: #C101CA;
}
</style>
background-color css
<style>
a { background-color: #C101CA; }
a { background-color: rgb(193,1,202); }
div.DivClassName
{
background-color: #C101CA;
}
.BgClassName
{
background-color: #C101CA;
}
</style>
border-color css
<style>
span { border-color: #C101CA; }
span { border-color: rgb(193,1,202); }
td.TdClassName
{
border-color: #C101CA;
}
.TagClassName
{
border-color: #C101CA;
}
</style>