Shades of Deep Magenta #C10CC3
Tints of Deep Magenta #C10CC3
RGB
CMYK
RGB Variations
Color information
#C10CC3 (or 0xC10CC3) is known color: Deep Magenta. HEX triplet: C1, 0C and C3. RGB value is (193,12,195). Sum of RGB (Red+Green+Blue) = 193+12+195=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 195 (76.56% from 255 or 48.75% from 400); Max value from RGB is 195 - color contains mainly: blue. Hex color #C10CC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10CC3 is #3EF33C. Grayscale: #565656. Windows color (decimal): -4125501 or 12782785. OLE color: 12782785.
HSL color Cylindrical-coordinate representation of color #C10CC3: hue angle of 299.34º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10CC3 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 12 | 195 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.24 |
| HSL | 299.34º | 0.88% | 0.41% | - |
| HSV(B) | 299.34º | 0.94% | 0.76% | - |
| XYZ | 31.97 | 15.54 | 52.94 | - |
| YUV | 86.98 | 188.97 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 195 | 0.01 | 0.94 | 0 | 0.24 | 299.34 | 0.88 | 0.41 |
| Hex | C1 | C | C3 | 1 | 5E | 0 | 18 | 12B | 58 | 29 |
| Octal | 301 | 14 | 303 | 1 | 136 | 0 | 30 | 453 | 130 | 51 |
| Binary | 11000001 | 1100 | 11000011 | 1 | 1011110 | 0 | 11000 | 100101011 | 1011000 | 101001 |
Color Harmonies of #C10CC3
Complementary color
Monochromatic Colors of #C10CC3
Black with #C10CC3
Text Example
Text Example
White with #C10CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CC3; }
p { color: rgb(193,12,195); }
H1.HeaderClassName
{
color: #C10CC3;
}
.AnyTagClassName
{
color: #C10CC3;
}
</style>
background-color css
<style>
a { background-color: #C10CC3; }
a { background-color: rgb(193,12,195); }
div.DivClassName
{
background-color: #C10CC3;
}
.BgClassName
{
background-color: #C10CC3;
}
</style>
border-color css
<style>
span { border-color: #C10CC3; }
span { border-color: rgb(193,12,195); }
td.TdClassName
{
border-color: #C10CC3;
}
.TagClassName
{
border-color: #C10CC3;
}
</style>