Shades of Deep Magenta #C312CA
Tints of Deep Magenta #C312CA
RGB
CMYK
RGB Variations
Color information
#C312CA (or 0xC312CA) is known color: Deep Magenta. HEX triplet: C3, 12 and CA. RGB value is (195,18,202). Sum of RGB (Red+Green+Blue) = 195+18+202=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #C312CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312CA is #3CED35. Grayscale: #5B5B5B. Windows color (decimal): -3992886 or 13243075. OLE color: 13243075.
HSL color Cylindrical-coordinate representation of color #C312CA: hue angle of 297.72º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C312CA is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 18 | 202 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.21 |
| HSL | 297.72º | 0.84% | 0.43% | - |
| HSV(B) | 297.72º | 0.91% | 0.79% | - |
| XYZ | 33.38 | 16.3 | 57.26 | - |
| YUV | 91.9 | 190.14 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 202 | 0.03 | 0.91 | 0 | 0.21 | 297.72 | 0.84 | 0.43 |
| Hex | C3 | 12 | CA | 3 | 5B | 0 | 15 | 12A | 54 | 2B |
| Octal | 303 | 22 | 312 | 3 | 133 | 0 | 25 | 452 | 124 | 53 |
| Binary | 11000011 | 10010 | 11001010 | 11 | 1011011 | 0 | 10101 | 100101010 | 1010100 | 101011 |
Color Harmonies of #C312CA
Complementary color
Monochromatic Colors of #C312CA
Black with #C312CA
Text Example
Text Example
White with #C312CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C312CA; }
p { color: rgb(195,18,202); }
H1.HeaderClassName
{
color: #C312CA;
}
.AnyTagClassName
{
color: #C312CA;
}
</style>
background-color css
<style>
a { background-color: #C312CA; }
a { background-color: rgb(195,18,202); }
div.DivClassName
{
background-color: #C312CA;
}
.BgClassName
{
background-color: #C312CA;
}
</style>
border-color css
<style>
span { border-color: #C312CA; }
span { border-color: rgb(195,18,202); }
td.TdClassName
{
border-color: #C312CA;
}
.TagClassName
{
border-color: #C312CA;
}
</style>