Shades of Deep Magenta #C307BC
Tints of Deep Magenta #C307BC
RGB
CMYK
RGB Variations
Color information
#C307BC (or 0xC307BC) is known color: Deep Magenta. HEX triplet: C3, 07 and BC. RGB value is (195,7,188). Sum of RGB (Red+Green+Blue) = 195+7+188=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C307BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C307BC is #3CF843. Grayscale: #535353. Windows color (decimal): -3995716 or 12322755. OLE color: 12322755.
HSL color Cylindrical-coordinate representation of color #C307BC: hue angle of 302.23º 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 #C307BC is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 188 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.24 |
| HSL | 302.23º | 0.93% | 0.4% | - |
| HSV(B) | 302.23º | 0.96% | 0.76% | - |
| XYZ | 31.66 | 15.38 | 48.88 | - |
| YUV | 83.85 | 186.78 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 188 | 0 | 0.96 | 0.04 | 0.24 | 302.23 | 0.93 | 0.4 |
| Hex | C3 | 7 | BC | 0 | 60 | 4 | 18 | 12E | 5D | 28 |
| Octal | 303 | 7 | 274 | 0 | 140 | 4 | 30 | 456 | 135 | 50 |
| Binary | 11000011 | 111 | 10111100 | 0 | 1100000 | 100 | 11000 | 100101110 | 1011101 | 101000 |
Color Harmonies of #C307BC
Complementary color
Monochromatic Colors of #C307BC
Black with #C307BC
Text Example
Text Example
White with #C307BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C307BC; }
p { color: rgb(195,7,188); }
H1.HeaderClassName
{
color: #C307BC;
}
.AnyTagClassName
{
color: #C307BC;
}
</style>
background-color css
<style>
a { background-color: #C307BC; }
a { background-color: rgb(195,7,188); }
div.DivClassName
{
background-color: #C307BC;
}
.BgClassName
{
background-color: #C307BC;
}
</style>
border-color css
<style>
span { border-color: #C307BC; }
span { border-color: rgb(195,7,188); }
td.TdClassName
{
border-color: #C307BC;
}
.TagClassName
{
border-color: #C307BC;
}
</style>