Shades of Deep Magenta #C309DD
Tints of Deep Magenta #C309DD
RGB
CMYK
RGB Variations
Color information
#C309DD (or 0xC309DD) is known color: Deep Magenta. HEX triplet: C3, 09 and DD. RGB value is (195,9,221). Sum of RGB (Red+Green+Blue) = 195+9+221=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 9 (3.91% from 255 or 2.12% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #C309DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C309DD is #3CF622. Grayscale: #585858. Windows color (decimal): -3995171 or 14485955. OLE color: 14485955.
HSL color Cylindrical-coordinate representation of color #C309DD: hue angle of 292.64º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C309DD is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 9 | 221 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.13 |
| HSL | 292.64º | 0.92% | 0.45% | - |
| HSV(B) | 292.64º | 0.96% | 0.87% | - |
| XYZ | 35.65 | 17.02 | 69.81 | - |
| YUV | 88.78 | 202.62 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 221 | 0.12 | 0.96 | 0 | 0.13 | 292.64 | 0.92 | 0.45 |
| Hex | C3 | 9 | DD | C | 60 | 0 | D | 125 | 5C | 2D |
| Octal | 303 | 11 | 335 | 14 | 140 | 0 | 15 | 445 | 134 | 55 |
| Binary | 11000011 | 1001 | 11011101 | 1100 | 1100000 | 0 | 1101 | 100100101 | 1011100 | 101101 |
Color Harmonies of #C309DD
Complementary color
Monochromatic Colors of #C309DD
Black with #C309DD
Text Example
Text Example
White with #C309DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C309DD; }
p { color: rgb(195,9,221); }
H1.HeaderClassName
{
color: #C309DD;
}
.AnyTagClassName
{
color: #C309DD;
}
</style>
background-color css
<style>
a { background-color: #C309DD; }
a { background-color: rgb(195,9,221); }
div.DivClassName
{
background-color: #C309DD;
}
.BgClassName
{
background-color: #C309DD;
}
</style>
border-color css
<style>
span { border-color: #C309DD; }
span { border-color: rgb(195,9,221); }
td.TdClassName
{
border-color: #C309DD;
}
.TagClassName
{
border-color: #C309DD;
}
</style>