#C2177F

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

Shades of Medium Violet Red #C2177F

Tints of Medium Violet Red #C2177F

Color information

#C2177F (or 0xC2177F) is unknown color: approx Medium Violet Red. HEX triplet: C2, 17 and 7F. RGB value is (194,23,127). Sum of RGB (Red+Green+Blue) = 194+23+127=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C2177F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2177F is #3DE880. Grayscale: #555555. Windows color (decimal): -4057217 or 8329154. OLE color: 8329154.

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

Color convert

RGB19423127-
CMYK00.880.350.24
HSL323.51º78.8%42.55%-
HSV(B)323.51º88.14%76.08%-
XYZ26.3913.6121.32-
YUV85.98151.15205.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.40%
GREEN value IS 23 (9.38% from 255) = 6.69%
BLUE value IS 127 (50% from 255) = 36.92%
R=56.40%
G=6.69%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942312700.880.350.24323.5178.842.55
HexC2177F05823181444f2b
Octal302271770130433050411753
Binary1100001010111111111101011000100011110001010001001001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2177F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2177F; }

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

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

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

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

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

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

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

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