Shades of Deep Magenta #C10CCC
Tints of Deep Magenta #C10CCC
RGB
CMYK
RGB Variations
Color information
#C10CCC (or 0xC10CCC) is known color: Deep Magenta. HEX triplet: C1, 0C and CC. RGB value is (193,12,204). Sum of RGB (Red+Green+Blue) = 193+12+204=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #C10CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10CCC is #3EF333. Grayscale: #575757. Windows color (decimal): -4125492 or 13372609. OLE color: 13372609.
HSL color Cylindrical-coordinate representation of color #C10CCC: hue angle of 296.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10CCC is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 193 | 12 | 204 | - |
CMYK | 0.05 | 0.94 | 0 | 0.2 |
HSL | 296.56º | 0.89% | 0.42% | - |
HSV(B) | 296.56º | 0.94% | 0.8% | - |
XYZ | 33.02 | 15.96 | 58.47 | - |
YUV | 88.01 | 193.47 | 202.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 12 | 204 | 0.05 | 0.94 | 0 | 0.2 | 296.56 | 0.89 | 0.42 |
Hex | C1 | C | CC | 5 | 5E | 0 | 14 | 129 | 59 | 2A |
Octal | 301 | 14 | 314 | 5 | 136 | 0 | 24 | 451 | 131 | 52 |
Binary | 11000001 | 1100 | 11001100 | 101 | 1011110 | 0 | 10100 | 100101001 | 1011001 | 101010 |
Color Harmonies of #C10CCC
Complementary color
Monochromatic Colors of #C10CCC
Black with #C10CCC
Text Example
Text Example
White with #C10CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CCC; }
p { color: rgb(193,12,204); }
H1.HeaderClassName
{
color: #C10CCC;
}
.AnyTagClassName
{
color: #C10CCC;
}
</style>
background-color css
<style>
a { background-color: #C10CCC; }
a { background-color: rgb(193,12,204); }
div.DivClassName
{
background-color: #C10CCC;
}
.BgClassName
{
background-color: #C10CCC;
}
</style>
border-color css
<style>
span { border-color: #C10CCC; }
span { border-color: rgb(193,12,204); }
td.TdClassName
{
border-color: #C10CCC;
}
.TagClassName
{
border-color: #C10CCC;
}
</style>