Shades of Deep Magenta #C109CF
Tints of Deep Magenta #C109CF
RGB
CMYK
RGB Variations
Color information
#C109CF (or 0xC109CF) is known color: Deep Magenta. HEX triplet: C1, 09 and CF. RGB value is (193,9,207). Sum of RGB (Red+Green+Blue) = 193+9+207=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #C109CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C109CF is #3EF630. Grayscale: #555555. Windows color (decimal): -4126257 or 13568449. OLE color: 13568449.
HSL color Cylindrical-coordinate representation of color #C109CF: hue angle of 295.76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C109CF is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 9 | 207 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.19 |
| HSL | 295.76º | 0.92% | 0.42% | - |
| HSV(B) | 295.76º | 0.96% | 0.81% | - |
| XYZ | 33.35 | 16.04 | 60.37 | - |
| YUV | 86.59 | 195.96 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 207 | 0.07 | 0.96 | 0 | 0.19 | 295.76 | 0.92 | 0.42 |
| Hex | C1 | 9 | CF | 7 | 60 | 0 | 13 | 128 | 5C | 2A |
| Octal | 301 | 11 | 317 | 7 | 140 | 0 | 23 | 450 | 134 | 52 |
| Binary | 11000001 | 1001 | 11001111 | 111 | 1100000 | 0 | 10011 | 100101000 | 1011100 | 101010 |
Color Harmonies of #C109CF
Complementary color
Monochromatic Colors of #C109CF
Black with #C109CF
Text Example
Text Example
White with #C109CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109CF; }
p { color: rgb(193,9,207); }
H1.HeaderClassName
{
color: #C109CF;
}
.AnyTagClassName
{
color: #C109CF;
}
</style>
background-color css
<style>
a { background-color: #C109CF; }
a { background-color: rgb(193,9,207); }
div.DivClassName
{
background-color: #C109CF;
}
.BgClassName
{
background-color: #C109CF;
}
</style>
border-color css
<style>
span { border-color: #C109CF; }
span { border-color: rgb(193,9,207); }
td.TdClassName
{
border-color: #C109CF;
}
.TagClassName
{
border-color: #C109CF;
}
</style>