Shades of Deep Magenta #C314B6
Tints of Deep Magenta #C314B6
RGB
CMYK
RGB Variations
Color information
#C314B6 (or 0xC314B6) is known color: Deep Magenta. HEX triplet: C3, 14 and B6. RGB value is (195,20,182). Sum of RGB (Red+Green+Blue) = 195+20+182=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C314B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C314B6 is #3CEB49. Grayscale: #5A5A5A. Windows color (decimal): -3992394 or 11932867. OLE color: 11932867.
HSL color Cylindrical-coordinate representation of color #C314B6: hue angle of 304.46º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C314B6 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 182 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.24 |
| HSL | 304.46º | 0.81% | 0.42% | - |
| HSV(B) | 304.46º | 0.9% | 0.76% | - |
| XYZ | 31.2 | 15.48 | 45.6 | - |
| YUV | 90.79 | 179.48 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 182 | 0 | 0.90 | 0.07 | 0.24 | 304.46 | 0.81 | 0.42 |
| Hex | C3 | 14 | B6 | 0 | 5A | 7 | 18 | 130 | 51 | 2A |
| Octal | 303 | 24 | 266 | 0 | 132 | 7 | 30 | 460 | 121 | 52 |
| Binary | 11000011 | 10100 | 10110110 | 0 | 1011010 | 111 | 11000 | 100110000 | 1010001 | 101010 |
Color Harmonies of #C314B6
Complementary color
Monochromatic Colors of #C314B6
Black with #C314B6
Text Example
Text Example
White with #C314B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C314B6; }
p { color: rgb(195,20,182); }
H1.HeaderClassName
{
color: #C314B6;
}
.AnyTagClassName
{
color: #C314B6;
}
</style>
background-color css
<style>
a { background-color: #C314B6; }
a { background-color: rgb(195,20,182); }
div.DivClassName
{
background-color: #C314B6;
}
.BgClassName
{
background-color: #C314B6;
}
</style>
border-color css
<style>
span { border-color: #C314B6; }
span { border-color: rgb(195,20,182); }
td.TdClassName
{
border-color: #C314B6;
}
.TagClassName
{
border-color: #C314B6;
}
</style>