#C112CA

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

Shades of Deep Magenta #C112CA

Tints of Deep Magenta #C112CA

Color information

#C112CA (or 0xC112CA) is unknown color: approx Deep Magenta. HEX triplet: C1, 12 and CA. RGB value is (193,18,202). Sum of RGB (Red+Green+Blue) = 193+18+202=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #C112CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112CA is #3EED35. Grayscale: #5A5A5A. Windows color (decimal): -4123958 or 13243073. OLE color: 13243073.

HSL color Cylindrical-coordinate representation of color #C112CA: hue angle of 297.07º 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 #C112CA is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19318202-
CMYK0.040.9100.21
HSL297.07º83.64%43.14%-
HSV(B)297.07º91.09%79.22%-
XYZ32.8716.0357.24-
YUV91.3190.48200.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.73%
GREEN value IS 18 (7.42% from 255) = 4.36%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=46.73%
G=4.36%
B=48.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193182020.040.9100.21297.0783.6443.14
HexC112CA45B015129542b
Octal30122312413302545112453
Binary11000001100101100101010010110110101011001010011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C112CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C112CA; }

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

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

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

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

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

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

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

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