Shades of Deep Magenta #C313C2
Tints of Deep Magenta #C313C2
RGB
CMYK
RGB Variations
Color information
#C313C2 (or 0xC313C2) is known color: Deep Magenta. HEX triplet: C3, 13 and C2. RGB value is (195,19,194). Sum of RGB (Red+Green+Blue) = 195+19+194=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C313C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313C2 is #3CEC3D. Grayscale: #5B5B5B. Windows color (decimal): -3992638 or 12719043. OLE color: 12719043.
HSL color Cylindrical-coordinate representation of color #C313C2: hue angle of 300.34º degrees, saturation: 0.82, 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 #C313C2 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 194 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.24 |
| HSL | 300.34º | 0.82% | 0.42% | - |
| HSV(B) | 300.34º | 0.9% | 0.76% | - |
| XYZ | 32.48 | 15.96 | 52.41 | - |
| YUV | 91.57 | 185.81 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 194 | 0 | 0.90 | 0.01 | 0.24 | 300.34 | 0.82 | 0.42 |
| Hex | C3 | 13 | C2 | 0 | 5A | 1 | 18 | 12C | 52 | 2A |
| Octal | 303 | 23 | 302 | 0 | 132 | 1 | 30 | 454 | 122 | 52 |
| Binary | 11000011 | 10011 | 11000010 | 0 | 1011010 | 1 | 11000 | 100101100 | 1010010 | 101010 |
Color Harmonies of #C313C2
Complementary color
Monochromatic Colors of #C313C2
Black with #C313C2
Text Example
Text Example
White with #C313C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C313C2; }
p { color: rgb(195,19,194); }
H1.HeaderClassName
{
color: #C313C2;
}
.AnyTagClassName
{
color: #C313C2;
}
</style>
background-color css
<style>
a { background-color: #C313C2; }
a { background-color: rgb(195,19,194); }
div.DivClassName
{
background-color: #C313C2;
}
.BgClassName
{
background-color: #C313C2;
}
</style>
border-color css
<style>
span { border-color: #C313C2; }
span { border-color: rgb(195,19,194); }
td.TdClassName
{
border-color: #C313C2;
}
.TagClassName
{
border-color: #C313C2;
}
</style>