Shades of Deep Magenta #C309CA
Tints of Deep Magenta #C309CA
RGB
CMYK
RGB Variations
Color information
#C309CA (or 0xC309CA) is known color: Deep Magenta. HEX triplet: C3, 09 and CA. RGB value is (195,9,202). Sum of RGB (Red+Green+Blue) = 195+9+202=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #C309CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C309CA is #3CF635. Grayscale: #565656. Windows color (decimal): -3995190 or 13240771. OLE color: 13240771.
HSL color Cylindrical-coordinate representation of color #C309CA: hue angle of 297.82º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C309CA is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 9 | 202 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.21 |
| HSL | 297.82º | 0.91% | 0.41% | - |
| HSV(B) | 297.82º | 0.96% | 0.79% | - |
| XYZ | 33.26 | 16.06 | 57.22 | - |
| YUV | 86.62 | 193.12 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 202 | 0.03 | 0.96 | 0 | 0.21 | 297.82 | 0.91 | 0.41 |
| Hex | C3 | 9 | CA | 3 | 60 | 0 | 15 | 12A | 5B | 29 |
| Octal | 303 | 11 | 312 | 3 | 140 | 0 | 25 | 452 | 133 | 51 |
| Binary | 11000011 | 1001 | 11001010 | 11 | 1100000 | 0 | 10101 | 100101010 | 1011011 | 101001 |
Color Harmonies of #C309CA
Complementary color
Monochromatic Colors of #C309CA
Black with #C309CA
Text Example
Text Example
White with #C309CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C309CA; }
p { color: rgb(195,9,202); }
H1.HeaderClassName
{
color: #C309CA;
}
.AnyTagClassName
{
color: #C309CA;
}
</style>
background-color css
<style>
a { background-color: #C309CA; }
a { background-color: rgb(195,9,202); }
div.DivClassName
{
background-color: #C309CA;
}
.BgClassName
{
background-color: #C309CA;
}
</style>
border-color css
<style>
span { border-color: #C309CA; }
span { border-color: rgb(195,9,202); }
td.TdClassName
{
border-color: #C309CA;
}
.TagClassName
{
border-color: #C309CA;
}
</style>