#C12BA2

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

Shades of Medium Red Violet #C12BA2

Tints of Medium Red Violet #C12BA2

Color information

#C12BA2 (or 0xC12BA2) is unknown color: approx Medium Red Violet. HEX triplet: C1, 2B and A2. RGB value is (193,43,162). Sum of RGB (Red+Green+Blue) = 193+43+162=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C12BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12BA2 is #3ED45D. Grayscale: #656565. Windows color (decimal): -4117598 or 10628033. OLE color: 10628033.

HSL color Cylindrical-coordinate representation of color #C12BA2: hue angle of 312.4º 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 #C12BA2 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB19343162-
CMYK00.780.160.24
HSL312.4º63.56%46.27%-
HSV(B)312.4º77.72%75.69%-
XYZ29.3815.6735.66-
YUV101.42162.2193.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.49%
GREEN value IS 43 (17.19% from 255) = 10.80%
BLUE value IS 162 (63.67% from 255) = 40.70%
R=48.49%
G=10.80%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934316200.780.160.24312.463.5646.27
HexC12BA204E1018138402e
Octal301532420116203047010056
Binary11000001101011101000100100111010000110001001110001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12BA2; }

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

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

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

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

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

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

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

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