Shades of Deep Magenta #C318AD
Tints of Deep Magenta #C318AD
RGB
CMYK
RGB Variations
Color information
#C318AD (or 0xC318AD) is known color: Deep Magenta. HEX triplet: C3, 18 and AD. RGB value is (195,24,173). Sum of RGB (Red+Green+Blue) = 195+24+173=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C318AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C318AD is #3CE752. Grayscale: #5B5B5B. Windows color (decimal): -3991379 or 11344067. OLE color: 11344067.
HSL color Cylindrical-coordinate representation of color #C318AD: hue angle of 307.72º 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 #C318AD is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 173 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.24 |
| HSL | 307.72º | 0.78% | 0.43% | - |
| HSV(B) | 307.72º | 0.88% | 0.76% | - |
| XYZ | 30.38 | 15.27 | 40.88 | - |
| YUV | 92.12 | 173.65 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 173 | 0 | 0.88 | 0.11 | 0.24 | 307.72 | 0.78 | 0.43 |
| Hex | C3 | 18 | AD | 0 | 58 | B | 18 | 134 | 4E | 2B |
| Octal | 303 | 30 | 255 | 0 | 130 | 13 | 30 | 464 | 116 | 53 |
| Binary | 11000011 | 11000 | 10101101 | 0 | 1011000 | 1011 | 11000 | 100110100 | 1001110 | 101011 |
Color Harmonies of #C318AD
Complementary color
Monochromatic Colors of #C318AD
Black with #C318AD
Text Example
Text Example
White with #C318AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C318AD; }
p { color: rgb(195,24,173); }
H1.HeaderClassName
{
color: #C318AD;
}
.AnyTagClassName
{
color: #C318AD;
}
</style>
background-color css
<style>
a { background-color: #C318AD; }
a { background-color: rgb(195,24,173); }
div.DivClassName
{
background-color: #C318AD;
}
.BgClassName
{
background-color: #C318AD;
}
</style>
border-color css
<style>
span { border-color: #C318AD; }
span { border-color: rgb(195,24,173); }
td.TdClassName
{
border-color: #C318AD;
}
.TagClassName
{
border-color: #C318AD;
}
</style>