Shades of Deep Magenta #C319AF
Tints of Deep Magenta #C319AF
RGB
CMYK
RGB Variations
Color information
#C319AF (or 0xC319AF) is known color: Deep Magenta. HEX triplet: C3, 19 and AF. RGB value is (195,25,175). Sum of RGB (Red+Green+Blue) = 195+25+175=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C319AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C319AF is #3CE650. Grayscale: #5C5C5C. Windows color (decimal): -3991121 or 11475395. OLE color: 11475395.
HSL color Cylindrical-coordinate representation of color #C319AF: hue angle of 307.06º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C319AF is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 175 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.24 |
| HSL | 307.06º | 0.77% | 0.43% | - |
| HSV(B) | 307.06º | 0.87% | 0.76% | - |
| XYZ | 30.59 | 15.39 | 41.92 | - |
| YUV | 92.93 | 174.32 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 175 | 0 | 0.87 | 0.10 | 0.24 | 307.06 | 0.77 | 0.43 |
| Hex | C3 | 19 | AF | 0 | 57 | A | 18 | 133 | 4D | 2B |
| Octal | 303 | 31 | 257 | 0 | 127 | 12 | 30 | 463 | 115 | 53 |
| Binary | 11000011 | 11001 | 10101111 | 0 | 1010111 | 1010 | 11000 | 100110011 | 1001101 | 101011 |
Color Harmonies of #C319AF
Complementary color
Monochromatic Colors of #C319AF
Black with #C319AF
Text Example
Text Example
White with #C319AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C319AF; }
p { color: rgb(195,25,175); }
H1.HeaderClassName
{
color: #C319AF;
}
.AnyTagClassName
{
color: #C319AF;
}
</style>
background-color css
<style>
a { background-color: #C319AF; }
a { background-color: rgb(195,25,175); }
div.DivClassName
{
background-color: #C319AF;
}
.BgClassName
{
background-color: #C319AF;
}
</style>
border-color css
<style>
span { border-color: #C319AF; }
span { border-color: rgb(195,25,175); }
td.TdClassName
{
border-color: #C319AF;
}
.TagClassName
{
border-color: #C319AF;
}
</style>