Shades of Deep Magenta #C10CCF
Tints of Deep Magenta #C10CCF
RGB
CMYK
RGB Variations
Color information
#C10CCF (or 0xC10CCF) is known color: Deep Magenta. HEX triplet: C1, 0C and CF. RGB value is (193,12,207). Sum of RGB (Red+Green+Blue) = 193+12+207=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #C10CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10CCF is #3EF330. Grayscale: #575757. Windows color (decimal): -4125489 or 13569217. OLE color: 13569217.
HSL color Cylindrical-coordinate representation of color #C10CCF: hue angle of 295.69º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10CCF is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 12 | 207 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.19 |
| HSL | 295.69º | 0.89% | 0.43% | - |
| HSV(B) | 295.69º | 0.94% | 0.81% | - |
| XYZ | 33.39 | 16.11 | 60.38 | - |
| YUV | 88.35 | 194.97 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 207 | 0.07 | 0.94 | 0 | 0.19 | 295.69 | 0.89 | 0.43 |
| Hex | C1 | C | CF | 7 | 5E | 0 | 13 | 128 | 59 | 2B |
| Octal | 301 | 14 | 317 | 7 | 136 | 0 | 23 | 450 | 131 | 53 |
| Binary | 11000001 | 1100 | 11001111 | 111 | 1011110 | 0 | 10011 | 100101000 | 1011001 | 101011 |
Color Harmonies of #C10CCF
Complementary color
Monochromatic Colors of #C10CCF
Black with #C10CCF
Text Example
Text Example
White with #C10CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CCF; }
p { color: rgb(193,12,207); }
H1.HeaderClassName
{
color: #C10CCF;
}
.AnyTagClassName
{
color: #C10CCF;
}
</style>
background-color css
<style>
a { background-color: #C10CCF; }
a { background-color: rgb(193,12,207); }
div.DivClassName
{
background-color: #C10CCF;
}
.BgClassName
{
background-color: #C10CCF;
}
</style>
border-color css
<style>
span { border-color: #C10CCF; }
span { border-color: rgb(193,12,207); }
td.TdClassName
{
border-color: #C10CCF;
}
.TagClassName
{
border-color: #C10CCF;
}
</style>