Shades of Deep Magenta #C314B2
Tints of Deep Magenta #C314B2
RGB
CMYK
RGB Variations
Color information
#C314B2 (or 0xC314B2) is known color: Deep Magenta. HEX triplet: C3, 14 and B2. RGB value is (195,20,178). Sum of RGB (Red+Green+Blue) = 195+20+178=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C314B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C314B2 is #3CEB4D. Grayscale: #595959. Windows color (decimal): -3992398 or 11670723. OLE color: 11670723.
HSL color Cylindrical-coordinate representation of color #C314B2: hue angle of 305.83º 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 #C314B2 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 178 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.24 |
| HSL | 305.83º | 0.81% | 0.42% | - |
| HSV(B) | 305.83º | 0.9% | 0.76% | - |
| XYZ | 30.79 | 15.32 | 43.45 | - |
| YUV | 90.34 | 177.48 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 178 | 0 | 0.90 | 0.09 | 0.24 | 305.83 | 0.81 | 0.42 |
| Hex | C3 | 14 | B2 | 0 | 5A | 9 | 18 | 132 | 51 | 2A |
| Octal | 303 | 24 | 262 | 0 | 132 | 11 | 30 | 462 | 121 | 52 |
| Binary | 11000011 | 10100 | 10110010 | 0 | 1011010 | 1001 | 11000 | 100110010 | 1010001 | 101010 |
Color Harmonies of #C314B2
Complementary color
Monochromatic Colors of #C314B2
Black with #C314B2
Text Example
Text Example
White with #C314B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C314B2; }
p { color: rgb(195,20,178); }
H1.HeaderClassName
{
color: #C314B2;
}
.AnyTagClassName
{
color: #C314B2;
}
</style>
background-color css
<style>
a { background-color: #C314B2; }
a { background-color: rgb(195,20,178); }
div.DivClassName
{
background-color: #C314B2;
}
.BgClassName
{
background-color: #C314B2;
}
</style>
border-color css
<style>
span { border-color: #C314B2; }
span { border-color: rgb(195,20,178); }
td.TdClassName
{
border-color: #C314B2;
}
.TagClassName
{
border-color: #C314B2;
}
</style>