#C2177A

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

Shades of Medium Violet Red #C2177A

Tints of Medium Violet Red #C2177A

Color information

#C2177A (or 0xC2177A) is unknown color: approx Medium Violet Red. HEX triplet: C2, 17 and 7A. RGB value is (194,23,122). Sum of RGB (Red+Green+Blue) = 194+23+122=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2177A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2177A is #3DE885. Grayscale: #555555. Windows color (decimal): -4057222 or 8001474. OLE color: 8001474.

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

Color convert

RGB19423122-
CMYK00.880.370.24
HSL325.26º78.8%42.55%-
HSV(B)325.26º88.14%76.08%-
XYZ26.0713.4919.64-
YUV85.42148.65205.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.23%
GREEN value IS 23 (9.38% from 255) = 6.78%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=57.23%
G=6.78%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942312200.880.370.24325.2678.842.55
HexC2177A05825181454f2b
Octal302271720130453050511753
Binary1100001010111111101001011000100101110001010001011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2177A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2177A; }

 p { color: rgb(194,23,122); }

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

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

 a { background-color: rgb(194,23,122); }

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

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

 span { border-color: rgb(194,23,122); }

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