#C112C8

Color #C112C8 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C112C8

Tints of Deep Magenta #C112C8

Color information

#C112C8 (or 0xC112C8) is unknown color: approx Deep Magenta. HEX triplet: C1, 12 and C8. RGB value is (193,18,200). Sum of RGB (Red+Green+Blue) = 193+18+200=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #C112C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112C8 is #3EED37. Grayscale: #5A5A5A. Windows color (decimal): -4123960 or 13112001. OLE color: 13112001.

HSL color Cylindrical-coordinate representation of color #C112C8: hue angle of 297.69º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C112C8 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19318200-
CMYK0.040.9100.22
HSL297.69º83.49%42.75%-
HSV(B)297.69º91%78.43%-
XYZ32.6315.9456-
YUV91.07189.48200.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 18 (7.42% from 255) = 4.38%
BLUE value IS 200 (78.52% from 255) = 48.66%
R=46.96%
G=4.38%
B=48.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal193182000.040.9100.22297.6983.4942.75
HexC112C845B01612a532b
Octal30122310413302645212353
Binary11000001100101100100010010110110101101001010101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C112C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C112C8; }

 p { color: rgb(193,18,200); }

 H1.HeaderClassName
 {
   color: #C112C8;
 }
 .AnyTagClassName
 {
   color: #C112C8;
 }
</style>
background-color css

<style>
 a { background-color: #C112C8; }

 a { background-color: rgb(193,18,200); }

 div.DivClassName
 {
   background-color: #C112C8;
 }
 .BgClassName
 {
   background-color: #C112C8;
 }
</style>
border-color css

<style>
 span { border-color: #C112C8; }

 span { border-color: rgb(193,18,200); }

 td.TdClassName
 {
   border-color: #C112C8;
 }
 .TagClassName
 {
   border-color: #C112C8;
 }
</style>