#C2106F

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

Shades of Medium Violet Red #C2106F

Tints of Medium Violet Red #C2106F

Color information

#C2106F (or 0xC2106F) is unknown color: approx Medium Violet Red. HEX triplet: C2, 10 and 6F. RGB value is (194,16,111). Sum of RGB (Red+Green+Blue) = 194+16+111=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2106F is #3DEF90. Grayscale: #4F4F4F. Windows color (decimal): -4059025 or 7278786. OLE color: 7278786.

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

Color convert

RGB19416111-
CMYK00.920.430.24
HSL327.98º84.76%41.18%-
HSV(B)327.98º91.75%76.08%-
XYZ25.312.9916.21-
YUV80.05145.47209.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.44%
GREEN value IS 16 (6.64% from 255) = 4.98%
BLUE value IS 111 (43.75% from 255) = 34.58%
R=60.44%
G=4.98%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941611100.920.430.24327.9884.7641.18
HexC2106F05C2B181485529
Octal302201570134533051012551
Binary1100001010000110111101011100101011110001010010001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2106F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2106F; }

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

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

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

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

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

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

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

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