Shades of Deep Magenta #C307AF
Tints of Deep Magenta #C307AF
RGB
CMYK
RGB Variations
Color information
#C307AF (or 0xC307AF) is known color: Deep Magenta. HEX triplet: C3, 07 and AF. RGB value is (195,7,175). Sum of RGB (Red+Green+Blue) = 195+7+175=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C307AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C307AF is #3CF850. Grayscale: #515151. Windows color (decimal): -3995729 or 11470787. OLE color: 11470787.
HSL color Cylindrical-coordinate representation of color #C307AF: hue angle of 306.38º 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 #C307AF is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 175 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.24 |
| HSL | 306.38º | 0.93% | 0.4% | - |
| HSV(B) | 306.38º | 0.96% | 0.76% | - |
| XYZ | 30.32 | 14.85 | 41.83 | - |
| YUV | 82.36 | 180.28 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 175 | 0 | 0.96 | 0.10 | 0.24 | 306.38 | 0.93 | 0.4 |
| Hex | C3 | 7 | AF | 0 | 60 | A | 18 | 132 | 5D | 28 |
| Octal | 303 | 7 | 257 | 0 | 140 | 12 | 30 | 462 | 135 | 50 |
| Binary | 11000011 | 111 | 10101111 | 0 | 1100000 | 1010 | 11000 | 100110010 | 1011101 | 101000 |
Color Harmonies of #C307AF
Complementary color
Monochromatic Colors of #C307AF
Black with #C307AF
Text Example
Text Example
White with #C307AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C307AF; }
p { color: rgb(195,7,175); }
H1.HeaderClassName
{
color: #C307AF;
}
.AnyTagClassName
{
color: #C307AF;
}
</style>
background-color css
<style>
a { background-color: #C307AF; }
a { background-color: rgb(195,7,175); }
div.DivClassName
{
background-color: #C307AF;
}
.BgClassName
{
background-color: #C307AF;
}
</style>
border-color css
<style>
span { border-color: #C307AF; }
span { border-color: rgb(195,7,175); }
td.TdClassName
{
border-color: #C307AF;
}
.TagClassName
{
border-color: #C307AF;
}
</style>