Shades of Deep Magenta #C318AC
Tints of Deep Magenta #C318AC
RGB
CMYK
RGB Variations
Color information
#C318AC (or 0xC318AC) is known color: Deep Magenta. HEX triplet: C3, 18 and AC. RGB value is (195,24,172). Sum of RGB (Red+Green+Blue) = 195+24+172=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C318AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C318AC is #3CE753. Grayscale: #5B5B5B. Windows color (decimal): -3991380 or 11278531. OLE color: 11278531.
HSL color Cylindrical-coordinate representation of color #C318AC: hue angle of 308.07º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C318AC is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 172 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.24 |
| HSL | 308.07º | 0.78% | 0.43% | - |
| HSV(B) | 308.07º | 0.88% | 0.76% | - |
| XYZ | 30.28 | 15.23 | 40.37 | - |
| YUV | 92 | 173.15 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 172 | 0 | 0.88 | 0.12 | 0.24 | 308.07 | 0.78 | 0.43 |
| Hex | C3 | 18 | AC | 0 | 58 | C | 18 | 134 | 4E | 2B |
| Octal | 303 | 30 | 254 | 0 | 130 | 14 | 30 | 464 | 116 | 53 |
| Binary | 11000011 | 11000 | 10101100 | 0 | 1011000 | 1100 | 11000 | 100110100 | 1001110 | 101011 |
Color Harmonies of #C318AC
Complementary color
Monochromatic Colors of #C318AC
Black with #C318AC
Text Example
Text Example
White with #C318AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C318AC; }
p { color: rgb(195,24,172); }
H1.HeaderClassName
{
color: #C318AC;
}
.AnyTagClassName
{
color: #C318AC;
}
</style>
background-color css
<style>
a { background-color: #C318AC; }
a { background-color: rgb(195,24,172); }
div.DivClassName
{
background-color: #C318AC;
}
.BgClassName
{
background-color: #C318AC;
}
</style>
border-color css
<style>
span { border-color: #C318AC; }
span { border-color: rgb(195,24,172); }
td.TdClassName
{
border-color: #C318AC;
}
.TagClassName
{
border-color: #C318AC;
}
</style>