Shades of Deep Magenta #C314B4
Tints of Deep Magenta #C314B4
RGB
CMYK
RGB Variations
Color information
#C314B4 (or 0xC314B4) is known color: Deep Magenta. HEX triplet: C3, 14 and B4. RGB value is (195,20,180). Sum of RGB (Red+Green+Blue) = 195+20+180=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C314B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C314B4 is #3CEB4B. Grayscale: #5A5A5A. Windows color (decimal): -3992396 or 11801795. OLE color: 11801795.
HSL color Cylindrical-coordinate representation of color #C314B4: hue angle of 305.14º 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 #C314B4 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 180 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.24 |
| HSL | 305.14º | 0.81% | 0.42% | - |
| HSV(B) | 305.14º | 0.9% | 0.76% | - |
| XYZ | 30.99 | 15.4 | 44.52 | - |
| YUV | 90.57 | 178.48 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 180 | 0 | 0.90 | 0.08 | 0.24 | 305.14 | 0.81 | 0.42 |
| Hex | C3 | 14 | B4 | 0 | 5A | 8 | 18 | 131 | 51 | 2A |
| Octal | 303 | 24 | 264 | 0 | 132 | 10 | 30 | 461 | 121 | 52 |
| Binary | 11000011 | 10100 | 10110100 | 0 | 1011010 | 1000 | 11000 | 100110001 | 1010001 | 101010 |
Color Harmonies of #C314B4
Complementary color
Monochromatic Colors of #C314B4
Black with #C314B4
Text Example
Text Example
White with #C314B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C314B4; }
p { color: rgb(195,20,180); }
H1.HeaderClassName
{
color: #C314B4;
}
.AnyTagClassName
{
color: #C314B4;
}
</style>
background-color css
<style>
a { background-color: #C314B4; }
a { background-color: rgb(195,20,180); }
div.DivClassName
{
background-color: #C314B4;
}
.BgClassName
{
background-color: #C314B4;
}
</style>
border-color css
<style>
span { border-color: #C314B4; }
span { border-color: rgb(195,20,180); }
td.TdClassName
{
border-color: #C314B4;
}
.TagClassName
{
border-color: #C314B4;
}
</style>