Shades of Deep Magenta #C309C0
Tints of Deep Magenta #C309C0
RGB
CMYK
RGB Variations
Color information
#C309C0 (or 0xC309C0) is known color: Deep Magenta. HEX triplet: C3, 09 and C0. RGB value is (195,9,192). Sum of RGB (Red+Green+Blue) = 195+9+192=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C309C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C309C0 is #3CF63F. Grayscale: #545454. Windows color (decimal): -3995200 or 12585411. OLE color: 12585411.
HSL color Cylindrical-coordinate representation of color #C309C0: hue angle of 300.97º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C309C0 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 192 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.24 |
| HSL | 300.97º | 0.91% | 0.4% | - |
| HSV(B) | 300.97º | 0.95% | 0.76% | - |
| XYZ | 32.12 | 15.6 | 51.19 | - |
| YUV | 85.48 | 188.12 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 192 | 0 | 0.95 | 0.02 | 0.24 | 300.97 | 0.91 | 0.4 |
| Hex | C3 | 9 | C0 | 0 | 5F | 2 | 18 | 12D | 5B | 28 |
| Octal | 303 | 11 | 300 | 0 | 137 | 2 | 30 | 455 | 133 | 50 |
| Binary | 11000011 | 1001 | 11000000 | 0 | 1011111 | 10 | 11000 | 100101101 | 1011011 | 101000 |
Color Harmonies of #C309C0
Complementary color
Monochromatic Colors of #C309C0
Black with #C309C0
Text Example
Text Example
White with #C309C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C309C0; }
p { color: rgb(195,9,192); }
H1.HeaderClassName
{
color: #C309C0;
}
.AnyTagClassName
{
color: #C309C0;
}
</style>
background-color css
<style>
a { background-color: #C309C0; }
a { background-color: rgb(195,9,192); }
div.DivClassName
{
background-color: #C309C0;
}
.BgClassName
{
background-color: #C309C0;
}
</style>
border-color css
<style>
span { border-color: #C309C0; }
span { border-color: rgb(195,9,192); }
td.TdClassName
{
border-color: #C309C0;
}
.TagClassName
{
border-color: #C309C0;
}
</style>