Shades of Deep Magenta #C307B0
Tints of Deep Magenta #C307B0
RGB
CMYK
RGB Variations
Color information
#C307B0 (or 0xC307B0) is known color: Deep Magenta. HEX triplet: C3, 07 and B0. RGB value is (195,7,176). Sum of RGB (Red+Green+Blue) = 195+7+176=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C307B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C307B0 is #3CF84F. Grayscale: #515151. Windows color (decimal): -3995728 or 11536323. OLE color: 11536323.
HSL color Cylindrical-coordinate representation of color #C307B0: hue angle of 306.06º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C307B0 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 176 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.24 |
| HSL | 306.06º | 0.93% | 0.4% | - |
| HSV(B) | 306.06º | 0.96% | 0.76% | - |
| XYZ | 30.42 | 14.89 | 42.34 | - |
| YUV | 82.48 | 180.78 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 176 | 0 | 0.96 | 0.10 | 0.24 | 306.06 | 0.93 | 0.4 |
| Hex | C3 | 7 | B0 | 0 | 60 | A | 18 | 132 | 5D | 28 |
| Octal | 303 | 7 | 260 | 0 | 140 | 12 | 30 | 462 | 135 | 50 |
| Binary | 11000011 | 111 | 10110000 | 0 | 1100000 | 1010 | 11000 | 100110010 | 1011101 | 101000 |
Color Harmonies of #C307B0
Complementary color
Monochromatic Colors of #C307B0
Black with #C307B0
Text Example
Text Example
White with #C307B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C307B0; }
p { color: rgb(195,7,176); }
H1.HeaderClassName
{
color: #C307B0;
}
.AnyTagClassName
{
color: #C307B0;
}
</style>
background-color css
<style>
a { background-color: #C307B0; }
a { background-color: rgb(195,7,176); }
div.DivClassName
{
background-color: #C307B0;
}
.BgClassName
{
background-color: #C307B0;
}
</style>
border-color css
<style>
span { border-color: #C307B0; }
span { border-color: rgb(195,7,176); }
td.TdClassName
{
border-color: #C307B0;
}
.TagClassName
{
border-color: #C307B0;
}
</style>