Shades of Deep Magenta #C309BE
Tints of Deep Magenta #C309BE
RGB
CMYK
RGB Variations
Color information
#C309BE (or 0xC309BE) is known color: Deep Magenta. HEX triplet: C3, 09 and BE. RGB value is (195,9,190). Sum of RGB (Red+Green+Blue) = 195+9+190=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C309BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C309BE is #3CF641. Grayscale: #545454. Windows color (decimal): -3995202 or 12454339. OLE color: 12454339.
HSL color Cylindrical-coordinate representation of color #C309BE: hue angle of 301.61º 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 #C309BE is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 190 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.24 |
| HSL | 301.61º | 0.91% | 0.4% | - |
| HSV(B) | 301.61º | 0.95% | 0.76% | - |
| XYZ | 31.9 | 15.52 | 50.03 | - |
| YUV | 85.25 | 187.12 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 190 | 0 | 0.95 | 0.03 | 0.24 | 301.61 | 0.91 | 0.4 |
| Hex | C3 | 9 | BE | 0 | 5F | 3 | 18 | 12E | 5B | 28 |
| Octal | 303 | 11 | 276 | 0 | 137 | 3 | 30 | 456 | 133 | 50 |
| Binary | 11000011 | 1001 | 10111110 | 0 | 1011111 | 11 | 11000 | 100101110 | 1011011 | 101000 |
Color Harmonies of #C309BE
Complementary color
Monochromatic Colors of #C309BE
Black with #C309BE
Text Example
Text Example
White with #C309BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C309BE; }
p { color: rgb(195,9,190); }
H1.HeaderClassName
{
color: #C309BE;
}
.AnyTagClassName
{
color: #C309BE;
}
</style>
background-color css
<style>
a { background-color: #C309BE; }
a { background-color: rgb(195,9,190); }
div.DivClassName
{
background-color: #C309BE;
}
.BgClassName
{
background-color: #C309BE;
}
</style>
border-color css
<style>
span { border-color: #C309BE; }
span { border-color: rgb(195,9,190); }
td.TdClassName
{
border-color: #C309BE;
}
.TagClassName
{
border-color: #C309BE;
}
</style>