Shades of Deep Magenta #C107CA
Tints of Deep Magenta #C107CA
RGB
CMYK
RGB Variations
Color information
#C107CA (or 0xC107CA) is known color: Deep Magenta. HEX triplet: C1, 07 and CA. RGB value is (193,7,202). Sum of RGB (Red+Green+Blue) = 193+7+202=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #C107CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C107CA is #3EF835. Grayscale: #545454. Windows color (decimal): -4126774 or 13240257. OLE color: 13240257.
HSL color Cylindrical-coordinate representation of color #C107CA: hue angle of 297.23º degrees, saturation: 0.93, 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 #C107CA is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 7 | 202 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.21 |
| HSL | 297.23º | 0.93% | 0.41% | - |
| HSV(B) | 297.23º | 0.97% | 0.79% | - |
| XYZ | 32.73 | 15.75 | 57.19 | - |
| YUV | 84.84 | 194.12 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 202 | 0.04 | 0.97 | 0 | 0.21 | 297.23 | 0.93 | 0.41 |
| Hex | C1 | 7 | CA | 4 | 61 | 0 | 15 | 129 | 5D | 29 |
| Octal | 301 | 7 | 312 | 4 | 141 | 0 | 25 | 451 | 135 | 51 |
| Binary | 11000001 | 111 | 11001010 | 100 | 1100001 | 0 | 10101 | 100101001 | 1011101 | 101001 |
Color Harmonies of #C107CA
Complementary color
Monochromatic Colors of #C107CA
Black with #C107CA
Text Example
Text Example
White with #C107CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C107CA; }
p { color: rgb(193,7,202); }
H1.HeaderClassName
{
color: #C107CA;
}
.AnyTagClassName
{
color: #C107CA;
}
</style>
background-color css
<style>
a { background-color: #C107CA; }
a { background-color: rgb(193,7,202); }
div.DivClassName
{
background-color: #C107CA;
}
.BgClassName
{
background-color: #C107CA;
}
</style>
border-color css
<style>
span { border-color: #C107CA; }
span { border-color: rgb(193,7,202); }
td.TdClassName
{
border-color: #C107CA;
}
.TagClassName
{
border-color: #C107CA;
}
</style>