#C2126F

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

Shades of Medium Violet Red #C2126F

Tints of Medium Violet Red #C2126F

Color information

#C2126F (or 0xC2126F) is unknown color: approx Medium Violet Red. HEX triplet: C2, 12 and 6F. RGB value is (194,18,111). Sum of RGB (Red+Green+Blue) = 194+18+111=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2126F is #3DED90. Grayscale: #515151. Windows color (decimal): -4058513 or 7279298. OLE color: 7279298.

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

Color convert

RGB19418111-
CMYK00.910.430.24
HSL328.3º83.02%41.57%-
HSV(B)328.3º90.72%76.08%-
XYZ25.3313.0516.22-
YUV81.23144.81208.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.06%
GREEN value IS 18 (7.42% from 255) = 5.57%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=60.06%
G=5.57%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941811100.910.430.24328.383.0241.57
HexC2126F05B2B18148532a
Octal302221570133533051012352
Binary1100001010010110111101011011101011110001010010001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2126F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2126F; }

 p { color: rgb(194,18,111); }

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

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

 a { background-color: rgb(194,18,111); }

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

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

 span { border-color: rgb(194,18,111); }

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