Shades of Deep Magenta #C312CB
Tints of Deep Magenta #C312CB
RGB
CMYK
RGB Variations
Color information
#C312CB (or 0xC312CB) is known color: Deep Magenta. HEX triplet: C3, 12 and CB. RGB value is (195,18,203). Sum of RGB (Red+Green+Blue) = 195+18+203=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #C312CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312CB is #3CED34. Grayscale: #5B5B5B. Windows color (decimal): -3992885 or 13308611. OLE color: 13308611.
HSL color Cylindrical-coordinate representation of color #C312CB: hue angle of 297.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C312CB is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 18 | 203 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.20 |
| HSL | 297.41º | 0.84% | 0.43% | - |
| HSV(B) | 297.41º | 0.91% | 0.8% | - |
| XYZ | 33.5 | 16.35 | 57.89 | - |
| YUV | 92.01 | 190.64 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 203 | 0.04 | 0.91 | 0 | 0.20 | 297.41 | 0.84 | 0.43 |
| Hex | C3 | 12 | CB | 4 | 5B | 0 | 14 | 129 | 54 | 2B |
| Octal | 303 | 22 | 313 | 4 | 133 | 0 | 24 | 451 | 124 | 53 |
| Binary | 11000011 | 10010 | 11001011 | 100 | 1011011 | 0 | 10100 | 100101001 | 1010100 | 101011 |
Color Harmonies of #C312CB
Complementary color
Monochromatic Colors of #C312CB
Black with #C312CB
Text Example
Text Example
White with #C312CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C312CB; }
p { color: rgb(195,18,203); }
H1.HeaderClassName
{
color: #C312CB;
}
.AnyTagClassName
{
color: #C312CB;
}
</style>
background-color css
<style>
a { background-color: #C312CB; }
a { background-color: rgb(195,18,203); }
div.DivClassName
{
background-color: #C312CB;
}
.BgClassName
{
background-color: #C312CB;
}
</style>
border-color css
<style>
span { border-color: #C312CB; }
span { border-color: rgb(195,18,203); }
td.TdClassName
{
border-color: #C312CB;
}
.TagClassName
{
border-color: #C312CB;
}
</style>