Shades of Deep Magenta #C307B8
Tints of Deep Magenta #C307B8
RGB
CMYK
RGB Variations
Color information
#C307B8 (or 0xC307B8) is known color: Deep Magenta. HEX triplet: C3, 07 and B8. RGB value is (195,7,184). Sum of RGB (Red+Green+Blue) = 195+7+184=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C307B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C307B8 is #3CF847. Grayscale: #525252. Windows color (decimal): -3995720 or 12060611. OLE color: 12060611.
HSL color Cylindrical-coordinate representation of color #C307B8: hue angle of 303.51º 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 #C307B8 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 184 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.24 |
| HSL | 303.51º | 0.93% | 0.4% | - |
| HSV(B) | 303.51º | 0.96% | 0.76% | - |
| XYZ | 31.23 | 15.21 | 46.64 | - |
| YUV | 83.39 | 184.78 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 184 | 0 | 0.96 | 0.06 | 0.24 | 303.51 | 0.93 | 0.4 |
| Hex | C3 | 7 | B8 | 0 | 60 | 6 | 18 | 130 | 5D | 28 |
| Octal | 303 | 7 | 270 | 0 | 140 | 6 | 30 | 460 | 135 | 50 |
| Binary | 11000011 | 111 | 10111000 | 0 | 1100000 | 110 | 11000 | 100110000 | 1011101 | 101000 |
Color Harmonies of #C307B8
Complementary color
Monochromatic Colors of #C307B8
Black with #C307B8
Text Example
Text Example
White with #C307B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C307B8; }
p { color: rgb(195,7,184); }
H1.HeaderClassName
{
color: #C307B8;
}
.AnyTagClassName
{
color: #C307B8;
}
</style>
background-color css
<style>
a { background-color: #C307B8; }
a { background-color: rgb(195,7,184); }
div.DivClassName
{
background-color: #C307B8;
}
.BgClassName
{
background-color: #C307B8;
}
</style>
border-color css
<style>
span { border-color: #C307B8; }
span { border-color: rgb(195,7,184); }
td.TdClassName
{
border-color: #C307B8;
}
.TagClassName
{
border-color: #C307B8;
}
</style>