Shades of Deep Magenta #C108AA
Tints of Deep Magenta #C108AA
RGB
CMYK
RGB Variations
Color information
#C108AA (or 0xC108AA) is known color: Deep Magenta. HEX triplet: C1, 08 and AA. RGB value is (193,8,170). Sum of RGB (Red+Green+Blue) = 193+8+170=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C108AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C108AA is #3EF755. Grayscale: #515151. Windows color (decimal): -4126550 or 11143361. OLE color: 11143361.
HSL color Cylindrical-coordinate representation of color #C108AA: hue angle of 307.46º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C108AA is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 8 | 170 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.24 |
| HSL | 307.46º | 0.92% | 0.39% | - |
| HSV(B) | 307.46º | 0.96% | 0.76% | - |
| XYZ | 29.33 | 14.41 | 39.27 | - |
| YUV | 81.78 | 177.79 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 170 | 0 | 0.96 | 0.12 | 0.24 | 307.46 | 0.92 | 0.39 |
| Hex | C1 | 8 | AA | 0 | 60 | C | 18 | 133 | 5C | 27 |
| Octal | 301 | 10 | 252 | 0 | 140 | 14 | 30 | 463 | 134 | 47 |
| Binary | 11000001 | 1000 | 10101010 | 0 | 1100000 | 1100 | 11000 | 100110011 | 1011100 | 100111 |
Color Harmonies of #C108AA
Complementary color
Monochromatic Colors of #C108AA
Black with #C108AA
Text Example
Text Example
White with #C108AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C108AA; }
p { color: rgb(193,8,170); }
H1.HeaderClassName
{
color: #C108AA;
}
.AnyTagClassName
{
color: #C108AA;
}
</style>
background-color css
<style>
a { background-color: #C108AA; }
a { background-color: rgb(193,8,170); }
div.DivClassName
{
background-color: #C108AA;
}
.BgClassName
{
background-color: #C108AA;
}
</style>
border-color css
<style>
span { border-color: #C108AA; }
span { border-color: rgb(193,8,170); }
td.TdClassName
{
border-color: #C108AA;
}
.TagClassName
{
border-color: #C108AA;
}
</style>