Shades of Deep Magenta #C309C1
Tints of Deep Magenta #C309C1
RGB
CMYK
RGB Variations
Color information
#C309C1 (or 0xC309C1) is known color: Deep Magenta. HEX triplet: C3, 09 and C1. RGB value is (195,9,193). Sum of RGB (Red+Green+Blue) = 195+9+193=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C309C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C309C1 is #3CF63E. Grayscale: #555555. Windows color (decimal): -3995199 or 12650947. OLE color: 12650947.
HSL color Cylindrical-coordinate representation of color #C309C1: hue angle of 300.65º 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 #C309C1 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 193 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.24 |
| HSL | 300.65º | 0.91% | 0.4% | - |
| HSV(B) | 300.65º | 0.95% | 0.76% | - |
| XYZ | 32.23 | 15.65 | 51.77 | - |
| YUV | 85.59 | 188.62 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 193 | 0 | 0.95 | 0.01 | 0.24 | 300.65 | 0.91 | 0.4 |
| Hex | C3 | 9 | C1 | 0 | 5F | 1 | 18 | 12D | 5B | 28 |
| Octal | 303 | 11 | 301 | 0 | 137 | 1 | 30 | 455 | 133 | 50 |
| Binary | 11000011 | 1001 | 11000001 | 0 | 1011111 | 1 | 11000 | 100101101 | 1011011 | 101000 |
Color Harmonies of #C309C1
Complementary color
Monochromatic Colors of #C309C1
Black with #C309C1
Text Example
Text Example
White with #C309C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C309C1; }
p { color: rgb(195,9,193); }
H1.HeaderClassName
{
color: #C309C1;
}
.AnyTagClassName
{
color: #C309C1;
}
</style>
background-color css
<style>
a { background-color: #C309C1; }
a { background-color: rgb(195,9,193); }
div.DivClassName
{
background-color: #C309C1;
}
.BgClassName
{
background-color: #C309C1;
}
</style>
border-color css
<style>
span { border-color: #C309C1; }
span { border-color: rgb(195,9,193); }
td.TdClassName
{
border-color: #C309C1;
}
.TagClassName
{
border-color: #C309C1;
}
</style>