Shades of Deep Magenta #C315BA
Tints of Deep Magenta #C315BA
RGB
CMYK
RGB Variations
Color information
#C315BA (or 0xC315BA) is known color: Deep Magenta. HEX triplet: C3, 15 and BA. RGB value is (195,21,186). Sum of RGB (Red+Green+Blue) = 195+21+186=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C315BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C315BA is #3CEA45. Grayscale: #5B5B5B. Windows color (decimal): -3992134 or 12195267. OLE color: 12195267.
HSL color Cylindrical-coordinate representation of color #C315BA: hue angle of 303.1º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C315BA is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 186 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.24 |
| HSL | 303.1º | 0.81% | 0.42% | - |
| HSV(B) | 303.1º | 0.89% | 0.76% | - |
| XYZ | 31.64 | 15.68 | 47.81 | - |
| YUV | 91.84 | 181.15 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 186 | 0 | 0.89 | 0.05 | 0.24 | 303.1 | 0.81 | 0.42 |
| Hex | C3 | 15 | BA | 0 | 59 | 5 | 18 | 12F | 51 | 2A |
| Octal | 303 | 25 | 272 | 0 | 131 | 5 | 30 | 457 | 121 | 52 |
| Binary | 11000011 | 10101 | 10111010 | 0 | 1011001 | 101 | 11000 | 100101111 | 1010001 | 101010 |
Color Harmonies of #C315BA
Complementary color
Monochromatic Colors of #C315BA
Black with #C315BA
Text Example
Text Example
White with #C315BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C315BA; }
p { color: rgb(195,21,186); }
H1.HeaderClassName
{
color: #C315BA;
}
.AnyTagClassName
{
color: #C315BA;
}
</style>
background-color css
<style>
a { background-color: #C315BA; }
a { background-color: rgb(195,21,186); }
div.DivClassName
{
background-color: #C315BA;
}
.BgClassName
{
background-color: #C315BA;
}
</style>
border-color css
<style>
span { border-color: #C315BA; }
span { border-color: rgb(195,21,186); }
td.TdClassName
{
border-color: #C315BA;
}
.TagClassName
{
border-color: #C315BA;
}
</style>