Shades of Deep Magenta #C315CD
Tints of Deep Magenta #C315CD
RGB
CMYK
RGB Variations
Color information
#C315CD (or 0xC315CD) is known color: Deep Magenta. HEX triplet: C3, 15 and CD. RGB value is (195,21,205). Sum of RGB (Red+Green+Blue) = 195+21+205=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #C315CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C315CD is #3CEA32. Grayscale: #5D5D5D. Windows color (decimal): -3992115 or 13440451. OLE color: 13440451.
HSL color Cylindrical-coordinate representation of color #C315CD: hue angle of 296.74º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C315CD is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 21 | 205 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.20 |
| HSL | 296.74º | 0.81% | 0.44% | - |
| HSV(B) | 296.74º | 0.9% | 0.8% | - |
| XYZ | 33.79 | 16.55 | 59.17 | - |
| YUV | 94 | 190.65 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 205 | 0.05 | 0.90 | 0 | 0.20 | 296.74 | 0.81 | 0.44 |
| Hex | C3 | 15 | CD | 5 | 5A | 0 | 14 | 129 | 51 | 2C |
| Octal | 303 | 25 | 315 | 5 | 132 | 0 | 24 | 451 | 121 | 54 |
| Binary | 11000011 | 10101 | 11001101 | 101 | 1011010 | 0 | 10100 | 100101001 | 1010001 | 101100 |
Color Harmonies of #C315CD
Complementary color
Monochromatic Colors of #C315CD
Black with #C315CD
Text Example
Text Example
White with #C315CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C315CD; }
p { color: rgb(195,21,205); }
H1.HeaderClassName
{
color: #C315CD;
}
.AnyTagClassName
{
color: #C315CD;
}
</style>
background-color css
<style>
a { background-color: #C315CD; }
a { background-color: rgb(195,21,205); }
div.DivClassName
{
background-color: #C315CD;
}
.BgClassName
{
background-color: #C315CD;
}
</style>
border-color css
<style>
span { border-color: #C315CD; }
span { border-color: rgb(195,21,205); }
td.TdClassName
{
border-color: #C315CD;
}
.TagClassName
{
border-color: #C315CD;
}
</style>