Shades of Deep Magenta #C108CA
Tints of Deep Magenta #C108CA
RGB
CMYK
RGB Variations
Color information
#C108CA (or 0xC108CA) is known color: Deep Magenta. HEX triplet: C1, 08 and CA. RGB value is (193,8,202). Sum of RGB (Red+Green+Blue) = 193+8+202=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #C108CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C108CA is #3EF735. Grayscale: #545454. Windows color (decimal): -4126518 or 13240513. OLE color: 13240513.
HSL color Cylindrical-coordinate representation of color #C108CA: hue angle of 297.22º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C108CA is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 8 | 202 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.21 |
| HSL | 297.22º | 0.92% | 0.41% | - |
| HSV(B) | 297.22º | 0.96% | 0.79% | - |
| XYZ | 32.74 | 15.78 | 57.2 | - |
| YUV | 85.43 | 193.79 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 202 | 0.04 | 0.96 | 0 | 0.21 | 297.22 | 0.92 | 0.41 |
| Hex | C1 | 8 | CA | 4 | 60 | 0 | 15 | 129 | 5C | 29 |
| Octal | 301 | 10 | 312 | 4 | 140 | 0 | 25 | 451 | 134 | 51 |
| Binary | 11000001 | 1000 | 11001010 | 100 | 1100000 | 0 | 10101 | 100101001 | 1011100 | 101001 |
Color Harmonies of #C108CA
Complementary color
Monochromatic Colors of #C108CA
Black with #C108CA
Text Example
Text Example
White with #C108CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C108CA; }
p { color: rgb(193,8,202); }
H1.HeaderClassName
{
color: #C108CA;
}
.AnyTagClassName
{
color: #C108CA;
}
</style>
background-color css
<style>
a { background-color: #C108CA; }
a { background-color: rgb(193,8,202); }
div.DivClassName
{
background-color: #C108CA;
}
.BgClassName
{
background-color: #C108CA;
}
</style>
border-color css
<style>
span { border-color: #C108CA; }
span { border-color: rgb(193,8,202); }
td.TdClassName
{
border-color: #C108CA;
}
.TagClassName
{
border-color: #C108CA;
}
</style>