Shades of Deep Magenta #C307B9
Tints of Deep Magenta #C307B9
RGB
CMYK
RGB Variations
Color information
#C307B9 (or 0xC307B9) is known color: Deep Magenta. HEX triplet: C3, 07 and B9. RGB value is (195,7,185). Sum of RGB (Red+Green+Blue) = 195+7+185=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C307B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C307B9 is #3CF846. Grayscale: #525252. Windows color (decimal): -3995719 or 12126147. OLE color: 12126147.
HSL color Cylindrical-coordinate representation of color #C307B9: hue angle of 303.19º 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 #C307B9 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 185 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.24 |
| HSL | 303.19º | 0.93% | 0.4% | - |
| HSV(B) | 303.19º | 0.96% | 0.76% | - |
| XYZ | 31.34 | 15.26 | 47.19 | - |
| YUV | 83.5 | 185.28 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 185 | 0 | 0.96 | 0.05 | 0.24 | 303.19 | 0.93 | 0.4 |
| Hex | C3 | 7 | B9 | 0 | 60 | 5 | 18 | 12F | 5D | 28 |
| Octal | 303 | 7 | 271 | 0 | 140 | 5 | 30 | 457 | 135 | 50 |
| Binary | 11000011 | 111 | 10111001 | 0 | 1100000 | 101 | 11000 | 100101111 | 1011101 | 101000 |
Color Harmonies of #C307B9
Complementary color
Monochromatic Colors of #C307B9
Black with #C307B9
Text Example
Text Example
White with #C307B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C307B9; }
p { color: rgb(195,7,185); }
H1.HeaderClassName
{
color: #C307B9;
}
.AnyTagClassName
{
color: #C307B9;
}
</style>
background-color css
<style>
a { background-color: #C307B9; }
a { background-color: rgb(195,7,185); }
div.DivClassName
{
background-color: #C307B9;
}
.BgClassName
{
background-color: #C307B9;
}
</style>
border-color css
<style>
span { border-color: #C307B9; }
span { border-color: rgb(195,7,185); }
td.TdClassName
{
border-color: #C307B9;
}
.TagClassName
{
border-color: #C307B9;
}
</style>