Shades of Deep Magenta #C318C0
Tints of Deep Magenta #C318C0
RGB
CMYK
RGB Variations
Color information
#C318C0 (or 0xC318C0) is known color: Deep Magenta. HEX triplet: C3, 18 and C0. RGB value is (195,24,192). Sum of RGB (Red+Green+Blue) = 195+24+192=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C318C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C318C0 is #3CE73F. Grayscale: #5D5D5D. Windows color (decimal): -3991360 or 12589251. OLE color: 12589251.
HSL color Cylindrical-coordinate representation of color #C318C0: hue angle of 301.05º 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 #C318C0 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 192 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.24 |
| HSL | 301.05º | 0.78% | 0.43% | - |
| HSV(B) | 301.05º | 0.88% | 0.76% | - |
| XYZ | 32.35 | 16.06 | 51.26 | - |
| YUV | 94.28 | 183.15 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 192 | 0 | 0.88 | 0.02 | 0.24 | 301.05 | 0.78 | 0.43 |
| Hex | C3 | 18 | C0 | 0 | 58 | 2 | 18 | 12D | 4E | 2B |
| Octal | 303 | 30 | 300 | 0 | 130 | 2 | 30 | 455 | 116 | 53 |
| Binary | 11000011 | 11000 | 11000000 | 0 | 1011000 | 10 | 11000 | 100101101 | 1001110 | 101011 |
Color Harmonies of #C318C0
Complementary color
Monochromatic Colors of #C318C0
Black with #C318C0
Text Example
Text Example
White with #C318C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C318C0; }
p { color: rgb(195,24,192); }
H1.HeaderClassName
{
color: #C318C0;
}
.AnyTagClassName
{
color: #C318C0;
}
</style>
background-color css
<style>
a { background-color: #C318C0; }
a { background-color: rgb(195,24,192); }
div.DivClassName
{
background-color: #C318C0;
}
.BgClassName
{
background-color: #C318C0;
}
</style>
border-color css
<style>
span { border-color: #C318C0; }
span { border-color: rgb(195,24,192); }
td.TdClassName
{
border-color: #C318C0;
}
.TagClassName
{
border-color: #C318C0;
}
</style>