#C2126E

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

Shades of Medium Violet Red #C2126E

Tints of Medium Violet Red #C2126E

Color information

#C2126E (or 0xC2126E) is unknown color: approx Medium Violet Red. HEX triplet: C2, 12 and 6E. RGB value is (194,18,110). Sum of RGB (Red+Green+Blue) = 194+18+110=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2126E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2126E is #3DED91. Grayscale: #505050. Windows color (decimal): -4058514 or 7213762. OLE color: 7213762.

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

Color convert

RGB19418110-
CMYK00.910.430.24
HSL328.64º83.02%41.57%-
HSV(B)328.64º90.72%76.08%-
XYZ25.2813.0315.93-
YUV81.11144.31208.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.25%
GREEN value IS 18 (7.42% from 255) = 5.59%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=60.25%
G=5.59%
B=34.16%

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
Decimal1941811000.910.430.24328.6483.0241.57
HexC2126E05B2B18149532a
Octal302221560133533051112352
Binary1100001010010110111001011011101011110001010010011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2126E; }

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

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

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

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

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

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

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

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