Shades of Deep Magenta #C307A8
Tints of Deep Magenta #C307A8
RGB
CMYK
RGB Variations
Color information
#C307A8 (or 0xC307A8) is known color: Deep Magenta. HEX triplet: C3, 07 and A8. RGB value is (195,7,168). Sum of RGB (Red+Green+Blue) = 195+7+168=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 168 (66.02% from 255 or 45.41% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C307A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C307A8 is #3CF857. Grayscale: #515151. Windows color (decimal): -3995736 or 11012035. OLE color: 11012035.
HSL color Cylindrical-coordinate representation of color #C307A8: hue angle of 308.62º 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 #C307A8 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 168 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.24 |
| HSL | 308.62º | 0.93% | 0.4% | - |
| HSV(B) | 308.62º | 0.96% | 0.76% | - |
| XYZ | 29.65 | 14.58 | 38.3 | - |
| YUV | 81.57 | 176.78 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 168 | 0 | 0.96 | 0.14 | 0.24 | 308.62 | 0.93 | 0.4 |
| Hex | C3 | 7 | A8 | 0 | 60 | E | 18 | 135 | 5D | 28 |
| Octal | 303 | 7 | 250 | 0 | 140 | 16 | 30 | 465 | 135 | 50 |
| Binary | 11000011 | 111 | 10101000 | 0 | 1100000 | 1110 | 11000 | 100110101 | 1011101 | 101000 |
Color Harmonies of #C307A8
Complementary color
Monochromatic Colors of #C307A8
Black with #C307A8
Text Example
Text Example
White with #C307A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C307A8; }
p { color: rgb(195,7,168); }
H1.HeaderClassName
{
color: #C307A8;
}
.AnyTagClassName
{
color: #C307A8;
}
</style>
background-color css
<style>
a { background-color: #C307A8; }
a { background-color: rgb(195,7,168); }
div.DivClassName
{
background-color: #C307A8;
}
.BgClassName
{
background-color: #C307A8;
}
</style>
border-color css
<style>
span { border-color: #C307A8; }
span { border-color: rgb(195,7,168); }
td.TdClassName
{
border-color: #C307A8;
}
.TagClassName
{
border-color: #C307A8;
}
</style>