Shades of Deep Magenta #C309B7
Tints of Deep Magenta #C309B7
RGB
CMYK
RGB Variations
Color information
#C309B7 (or 0xC309B7) is known color: Deep Magenta. HEX triplet: C3, 09 and B7. RGB value is (195,9,183). Sum of RGB (Red+Green+Blue) = 195+9+183=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C309B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C309B7 is #3CF648. Grayscale: #535353. Windows color (decimal): -3995209 or 11995587. OLE color: 11995587.
HSL color Cylindrical-coordinate representation of color #C309B7: hue angle of 303.87º 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 #C309B7 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 183 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.24 |
| HSL | 303.87º | 0.91% | 0.4% | - |
| HSV(B) | 303.87º | 0.95% | 0.76% | - |
| XYZ | 31.15 | 15.22 | 46.09 | - |
| YUV | 84.45 | 183.62 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 183 | 0 | 0.95 | 0.06 | 0.24 | 303.87 | 0.91 | 0.4 |
| Hex | C3 | 9 | B7 | 0 | 5F | 6 | 18 | 130 | 5B | 28 |
| Octal | 303 | 11 | 267 | 0 | 137 | 6 | 30 | 460 | 133 | 50 |
| Binary | 11000011 | 1001 | 10110111 | 0 | 1011111 | 110 | 11000 | 100110000 | 1011011 | 101000 |
Color Harmonies of #C309B7
Complementary color
Monochromatic Colors of #C309B7
Black with #C309B7
Text Example
Text Example
White with #C309B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C309B7; }
p { color: rgb(195,9,183); }
H1.HeaderClassName
{
color: #C309B7;
}
.AnyTagClassName
{
color: #C309B7;
}
</style>
background-color css
<style>
a { background-color: #C309B7; }
a { background-color: rgb(195,9,183); }
div.DivClassName
{
background-color: #C309B7;
}
.BgClassName
{
background-color: #C309B7;
}
</style>
border-color css
<style>
span { border-color: #C309B7; }
span { border-color: rgb(195,9,183); }
td.TdClassName
{
border-color: #C309B7;
}
.TagClassName
{
border-color: #C309B7;
}
</style>