#C12B9E

Color #C12B9E Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C12B9E

Tints of Medium Red Violet #C12B9E

Color information

#C12B9E (or 0xC12B9E) is unknown color: approx Medium Red Violet. HEX triplet: C1, 2B and 9E. RGB value is (193,43,158). Sum of RGB (Red+Green+Blue) = 193+43+158=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12B9E is #3ED461. Grayscale: #646464. Windows color (decimal): -4117602 or 10365889. OLE color: 10365889.

HSL color Cylindrical-coordinate representation of color #C12B9E: hue angle of 314º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12B9E is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19343158-
CMYK00.780.180.24
HSL314º63.56%46.27%-
HSV(B)314º77.72%75.69%-
XYZ29.0315.5333.82-
YUV100.96160.2193.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.98%
GREEN value IS 43 (17.19% from 255) = 10.91%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=48.98%
G=10.91%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934315800.780.180.2431463.5646.27
HexC12B9E04E121813a402e
Octal301532360116223047210056
Binary11000001101011100111100100111010010110001001110101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12B9E; }

 p { color: rgb(193,43,158); }

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

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

 a { background-color: rgb(193,43,158); }

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

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

 span { border-color: rgb(193,43,158); }

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