Shades of Deep Magenta #C307B1
Tints of Deep Magenta #C307B1
RGB
CMYK
RGB Variations
Color information
#C307B1 (or 0xC307B1) is known color: Deep Magenta. HEX triplet: C3, 07 and B1. RGB value is (195,7,177). Sum of RGB (Red+Green+Blue) = 195+7+177=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C307B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C307B1 is #3CF84E. Grayscale: #525252. Windows color (decimal): -3995727 or 11601859. OLE color: 11601859.
HSL color Cylindrical-coordinate representation of color #C307B1: hue angle of 305.74º 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 #C307B1 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 177 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.24 |
| HSL | 305.74º | 0.93% | 0.4% | - |
| HSV(B) | 305.74º | 0.96% | 0.76% | - |
| XYZ | 30.52 | 14.93 | 42.87 | - |
| YUV | 82.59 | 181.28 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 177 | 0 | 0.96 | 0.09 | 0.24 | 305.74 | 0.93 | 0.4 |
| Hex | C3 | 7 | B1 | 0 | 60 | 9 | 18 | 132 | 5D | 28 |
| Octal | 303 | 7 | 261 | 0 | 140 | 11 | 30 | 462 | 135 | 50 |
| Binary | 11000011 | 111 | 10110001 | 0 | 1100000 | 1001 | 11000 | 100110010 | 1011101 | 101000 |
Color Harmonies of #C307B1
Complementary color
Monochromatic Colors of #C307B1
Black with #C307B1
Text Example
Text Example
White with #C307B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C307B1; }
p { color: rgb(195,7,177); }
H1.HeaderClassName
{
color: #C307B1;
}
.AnyTagClassName
{
color: #C307B1;
}
</style>
background-color css
<style>
a { background-color: #C307B1; }
a { background-color: rgb(195,7,177); }
div.DivClassName
{
background-color: #C307B1;
}
.BgClassName
{
background-color: #C307B1;
}
</style>
border-color css
<style>
span { border-color: #C307B1; }
span { border-color: rgb(195,7,177); }
td.TdClassName
{
border-color: #C307B1;
}
.TagClassName
{
border-color: #C307B1;
}
</style>