Shades of Deep Magenta #C314C1
Tints of Deep Magenta #C314C1
RGB
CMYK
RGB Variations
Color information
#C314C1 (or 0xC314C1) is known color: Deep Magenta. HEX triplet: C3, 14 and C1. RGB value is (195,20,193). Sum of RGB (Red+Green+Blue) = 195+20+193=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C314C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C314C1 is #3CEB3E. Grayscale: #5B5B5B. Windows color (decimal): -3992383 or 12653763. OLE color: 12653763.
HSL color Cylindrical-coordinate representation of color #C314C1: hue angle of 300.69º 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 #C314C1 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 193 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.24 |
| HSL | 300.69º | 0.81% | 0.42% | - |
| HSV(B) | 300.69º | 0.9% | 0.76% | - |
| XYZ | 32.38 | 15.95 | 51.82 | - |
| YUV | 92.05 | 184.98 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 193 | 0 | 0.90 | 0.01 | 0.24 | 300.69 | 0.81 | 0.42 |
| Hex | C3 | 14 | C1 | 0 | 5A | 1 | 18 | 12D | 51 | 2A |
| Octal | 303 | 24 | 301 | 0 | 132 | 1 | 30 | 455 | 121 | 52 |
| Binary | 11000011 | 10100 | 11000001 | 0 | 1011010 | 1 | 11000 | 100101101 | 1010001 | 101010 |
Color Harmonies of #C314C1
Complementary color
Monochromatic Colors of #C314C1
Black with #C314C1
Text Example
Text Example
White with #C314C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C314C1; }
p { color: rgb(195,20,193); }
H1.HeaderClassName
{
color: #C314C1;
}
.AnyTagClassName
{
color: #C314C1;
}
</style>
background-color css
<style>
a { background-color: #C314C1; }
a { background-color: rgb(195,20,193); }
div.DivClassName
{
background-color: #C314C1;
}
.BgClassName
{
background-color: #C314C1;
}
</style>
border-color css
<style>
span { border-color: #C314C1; }
span { border-color: rgb(195,20,193); }
td.TdClassName
{
border-color: #C314C1;
}
.TagClassName
{
border-color: #C314C1;
}
</style>