Shades of Deep Magenta #C105CA
Tints of Deep Magenta #C105CA
RGB
CMYK
RGB Variations
Color information
#C105CA (or 0xC105CA) is known color: Deep Magenta. HEX triplet: C1, 05 and CA. RGB value is (193,5,202). Sum of RGB (Red+Green+Blue) = 193+5+202=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #C105CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C105CA is #3EFA35. Grayscale: #535353. Windows color (decimal): -4127286 or 13239745. OLE color: 13239745.
HSL color Cylindrical-coordinate representation of color #C105CA: hue angle of 297.26º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C105CA is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 5 | 202 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.21 |
| HSL | 297.26º | 0.95% | 0.41% | - |
| HSV(B) | 297.26º | 0.98% | 0.79% | - |
| XYZ | 32.71 | 15.71 | 57.19 | - |
| YUV | 83.67 | 194.78 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 202 | 0.04 | 0.98 | 0 | 0.21 | 297.26 | 0.95 | 0.41 |
| Hex | C1 | 5 | CA | 4 | 62 | 0 | 15 | 129 | 5F | 29 |
| Octal | 301 | 5 | 312 | 4 | 142 | 0 | 25 | 451 | 137 | 51 |
| Binary | 11000001 | 101 | 11001010 | 100 | 1100010 | 0 | 10101 | 100101001 | 1011111 | 101001 |
Color Harmonies of #C105CA
Complementary color
Monochromatic Colors of #C105CA
Black with #C105CA
Text Example
Text Example
White with #C105CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105CA; }
p { color: rgb(193,5,202); }
H1.HeaderClassName
{
color: #C105CA;
}
.AnyTagClassName
{
color: #C105CA;
}
</style>
background-color css
<style>
a { background-color: #C105CA; }
a { background-color: rgb(193,5,202); }
div.DivClassName
{
background-color: #C105CA;
}
.BgClassName
{
background-color: #C105CA;
}
</style>
border-color css
<style>
span { border-color: #C105CA; }
span { border-color: rgb(193,5,202); }
td.TdClassName
{
border-color: #C105CA;
}
.TagClassName
{
border-color: #C105CA;
}
</style>