Shades of Deep Magenta #C312C4
Tints of Deep Magenta #C312C4
RGB
CMYK
RGB Variations
Color information
#C312C4 (or 0xC312C4) is known color: Deep Magenta. HEX triplet: C3, 12 and C4. RGB value is (195,18,196). Sum of RGB (Red+Green+Blue) = 195+18+196=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #C312C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312C4 is #3CED3B. Grayscale: #5A5A5A. Windows color (decimal): -3992892 or 12849859. OLE color: 12849859.
HSL color Cylindrical-coordinate representation of color #C312C4: hue angle of 299.66º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C312C4 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 18 | 196 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.23 |
| HSL | 299.66º | 0.83% | 0.42% | - |
| HSV(B) | 299.66º | 0.91% | 0.77% | - |
| XYZ | 32.69 | 16.02 | 53.59 | - |
| YUV | 91.22 | 187.14 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 196 | 0.01 | 0.91 | 0 | 0.23 | 299.66 | 0.83 | 0.42 |
| Hex | C3 | 12 | C4 | 1 | 5B | 0 | 17 | 12C | 53 | 2A |
| Octal | 303 | 22 | 304 | 1 | 133 | 0 | 27 | 454 | 123 | 52 |
| Binary | 11000011 | 10010 | 11000100 | 1 | 1011011 | 0 | 10111 | 100101100 | 1010011 | 101010 |
Color Harmonies of #C312C4
Complementary color
Monochromatic Colors of #C312C4
Black with #C312C4
Text Example
Text Example
White with #C312C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C312C4; }
p { color: rgb(195,18,196); }
H1.HeaderClassName
{
color: #C312C4;
}
.AnyTagClassName
{
color: #C312C4;
}
</style>
background-color css
<style>
a { background-color: #C312C4; }
a { background-color: rgb(195,18,196); }
div.DivClassName
{
background-color: #C312C4;
}
.BgClassName
{
background-color: #C312C4;
}
</style>
border-color css
<style>
span { border-color: #C312C4; }
span { border-color: rgb(195,18,196); }
td.TdClassName
{
border-color: #C312C4;
}
.TagClassName
{
border-color: #C312C4;
}
</style>