Shades of Deep Magenta #C309DC
Tints of Deep Magenta #C309DC
RGB
CMYK
RGB Variations
Color information
#C309DC (or 0xC309DC) is known color: Deep Magenta. HEX triplet: C3, 09 and DC. RGB value is (195,9,220). Sum of RGB (Red+Green+Blue) = 195+9+220=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 9 (3.91% from 255 or 2.12% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #C309DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C309DC is #3CF623. Grayscale: #585858. Windows color (decimal): -3995172 or 14420419. OLE color: 14420419.
HSL color Cylindrical-coordinate representation of color #C309DC: hue angle of 292.89º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C309DC is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 9 | 220 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.14 |
| HSL | 292.89º | 0.92% | 0.45% | - |
| HSV(B) | 292.89º | 0.96% | 0.86% | - |
| XYZ | 35.52 | 16.96 | 69.11 | - |
| YUV | 88.67 | 202.12 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 220 | 0.11 | 0.96 | 0 | 0.14 | 292.89 | 0.92 | 0.45 |
| Hex | C3 | 9 | DC | B | 60 | 0 | E | 125 | 5C | 2D |
| Octal | 303 | 11 | 334 | 13 | 140 | 0 | 16 | 445 | 134 | 55 |
| Binary | 11000011 | 1001 | 11011100 | 1011 | 1100000 | 0 | 1110 | 100100101 | 1011100 | 101101 |
Color Harmonies of #C309DC
Complementary color
Monochromatic Colors of #C309DC
Black with #C309DC
Text Example
Text Example
White with #C309DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C309DC; }
p { color: rgb(195,9,220); }
H1.HeaderClassName
{
color: #C309DC;
}
.AnyTagClassName
{
color: #C309DC;
}
</style>
background-color css
<style>
a { background-color: #C309DC; }
a { background-color: rgb(195,9,220); }
div.DivClassName
{
background-color: #C309DC;
}
.BgClassName
{
background-color: #C309DC;
}
</style>
border-color css
<style>
span { border-color: #C309DC; }
span { border-color: rgb(195,9,220); }
td.TdClassName
{
border-color: #C309DC;
}
.TagClassName
{
border-color: #C309DC;
}
</style>