Shades of Deep Magenta #C318BD
Tints of Deep Magenta #C318BD
RGB
CMYK
RGB Variations
Color information
#C318BD (or 0xC318BD) is known color: Deep Magenta. HEX triplet: C3, 18 and BD. RGB value is (195,24,189). Sum of RGB (Red+Green+Blue) = 195+24+189=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C318BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C318BD is #3CE742. Grayscale: #5D5D5D. Windows color (decimal): -3991363 or 12392643. OLE color: 12392643.
HSL color Cylindrical-coordinate representation of color #C318BD: hue angle of 302.11º 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 #C318BD is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 189 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.24 |
| HSL | 302.11º | 0.78% | 0.43% | - |
| HSV(B) | 302.11º | 0.88% | 0.76% | - |
| XYZ | 32.02 | 15.93 | 49.53 | - |
| YUV | 93.94 | 181.65 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 189 | 0 | 0.88 | 0.03 | 0.24 | 302.11 | 0.78 | 0.43 |
| Hex | C3 | 18 | BD | 0 | 58 | 3 | 18 | 12E | 4E | 2B |
| Octal | 303 | 30 | 275 | 0 | 130 | 3 | 30 | 456 | 116 | 53 |
| Binary | 11000011 | 11000 | 10111101 | 0 | 1011000 | 11 | 11000 | 100101110 | 1001110 | 101011 |
Color Harmonies of #C318BD
Complementary color
Monochromatic Colors of #C318BD
Black with #C318BD
Text Example
Text Example
White with #C318BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C318BD; }
p { color: rgb(195,24,189); }
H1.HeaderClassName
{
color: #C318BD;
}
.AnyTagClassName
{
color: #C318BD;
}
</style>
background-color css
<style>
a { background-color: #C318BD; }
a { background-color: rgb(195,24,189); }
div.DivClassName
{
background-color: #C318BD;
}
.BgClassName
{
background-color: #C318BD;
}
</style>
border-color css
<style>
span { border-color: #C318BD; }
span { border-color: rgb(195,24,189); }
td.TdClassName
{
border-color: #C318BD;
}
.TagClassName
{
border-color: #C318BD;
}
</style>