Shades of Deep Magenta #C102CA
Tints of Deep Magenta #C102CA
RGB
CMYK
RGB Variations
Color information
#C102CA (or 0xC102CA) is known color: Deep Magenta. HEX triplet: C1, 02 and CA. RGB value is (193,2,202). Sum of RGB (Red+Green+Blue) = 193+2+202=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #C102CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C102CA is #3EFD35. Grayscale: #515151. Windows color (decimal): -4128054 or 13238977. OLE color: 13238977.
HSL color Cylindrical-coordinate representation of color #C102CA: hue angle of 297.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C102CA is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 2 | 202 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.21 |
| HSL | 297.3º | 0.98% | 0.4% | - |
| HSV(B) | 297.3º | 0.99% | 0.79% | - |
| XYZ | 32.67 | 15.65 | 57.17 | - |
| YUV | 81.91 | 195.78 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 202 | 0.04 | 0.99 | 0 | 0.21 | 297.3 | 0.98 | 0.4 |
| Hex | C1 | 2 | CA | 4 | 63 | 0 | 15 | 129 | 62 | 28 |
| Octal | 301 | 2 | 312 | 4 | 143 | 0 | 25 | 451 | 142 | 50 |
| Binary | 11000001 | 10 | 11001010 | 100 | 1100011 | 0 | 10101 | 100101001 | 1100010 | 101000 |
Color Harmonies of #C102CA
Complementary color
Monochromatic Colors of #C102CA
Black with #C102CA
Text Example
Text Example
White with #C102CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C102CA; }
p { color: rgb(193,2,202); }
H1.HeaderClassName
{
color: #C102CA;
}
.AnyTagClassName
{
color: #C102CA;
}
</style>
background-color css
<style>
a { background-color: #C102CA; }
a { background-color: rgb(193,2,202); }
div.DivClassName
{
background-color: #C102CA;
}
.BgClassName
{
background-color: #C102CA;
}
</style>
border-color css
<style>
span { border-color: #C102CA; }
span { border-color: rgb(193,2,202); }
td.TdClassName
{
border-color: #C102CA;
}
.TagClassName
{
border-color: #C102CA;
}
</style>