#C12BA1

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

Shades of Medium Red Violet #C12BA1

Tints of Medium Red Violet #C12BA1

Color information

#C12BA1 (or 0xC12BA1) is unknown color: approx Medium Red Violet. HEX triplet: C1, 2B and A1. RGB value is (193,43,161). Sum of RGB (Red+Green+Blue) = 193+43+161=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C12BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12BA1 is #3ED45E. Grayscale: #646464. Windows color (decimal): -4117599 or 10562497. OLE color: 10562497.

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

Color convert

RGB19343161-
CMYK00.780.170.24
HSL312.8º63.56%46.27%-
HSV(B)312.8º77.72%75.69%-
XYZ29.2915.6435.19-
YUV101.3161.7193.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.61%
GREEN value IS 43 (17.19% from 255) = 10.83%
BLUE value IS 161 (63.28% from 255) = 40.55%
R=48.61%
G=10.83%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934316100.780.170.24312.863.5646.27
HexC12BA104E1118139402e
Octal301532410116213047110056
Binary11000001101011101000010100111010001110001001110011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12BA1; }

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

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

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

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

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

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

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

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