Shades of Deep Magenta #C10FE3
Tints of Deep Magenta #C10FE3
RGB
CMYK
RGB Variations
Color information
#C10FE3 (or 0xC10FE3) is known color: Deep Magenta. HEX triplet: C1, 0F and E3. RGB value is (193,15,227). Sum of RGB (Red+Green+Blue) = 193+15+227=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 227 (89.06% from 255 or 52.18% from 435); Max value from RGB is 227 - color contains mainly: blue. Hex color #C10FE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10FE3 is #3EF01C. Grayscale: #5B5B5B. Windows color (decimal): -4124701 or 14880705. OLE color: 14880705.
HSL color Cylindrical-coordinate representation of color #C10FE3: hue angle of 290.38º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10FE3 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 15 | 227 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.11 |
| HSL | 290.38º | 0.88% | 0.47% | - |
| HSV(B) | 290.38º | 0.93% | 0.89% | - |
| XYZ | 36.03 | 17.23 | 74.1 | - |
| YUV | 92.39 | 203.97 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 227 | 0.15 | 0.93 | 0 | 0.11 | 290.38 | 0.88 | 0.47 |
| Hex | C1 | F | E3 | F | 5D | 0 | B | 122 | 58 | 2F |
| Octal | 301 | 17 | 343 | 17 | 135 | 0 | 13 | 442 | 130 | 57 |
| Binary | 11000001 | 1111 | 11100011 | 1111 | 1011101 | 0 | 1011 | 100100010 | 1011000 | 101111 |
Color Harmonies of #C10FE3
Complementary color
Monochromatic Colors of #C10FE3
Black with #C10FE3
Text Example
Text Example
White with #C10FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10FE3; }
p { color: rgb(193,15,227); }
H1.HeaderClassName
{
color: #C10FE3;
}
.AnyTagClassName
{
color: #C10FE3;
}
</style>
background-color css
<style>
a { background-color: #C10FE3; }
a { background-color: rgb(193,15,227); }
div.DivClassName
{
background-color: #C10FE3;
}
.BgClassName
{
background-color: #C10FE3;
}
</style>
border-color css
<style>
span { border-color: #C10FE3; }
span { border-color: rgb(193,15,227); }
td.TdClassName
{
border-color: #C10FE3;
}
.TagClassName
{
border-color: #C10FE3;
}
</style>