#C0177D

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

Shades of Medium Violet Red #C0177D

Tints of Medium Violet Red #C0177D

Color information

#C0177D (or 0xC0177D) is unknown color: approx Medium Violet Red. HEX triplet: C0, 17 and 7D. RGB value is (192,23,125). Sum of RGB (Red+Green+Blue) = 192+23+125=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0177D is #3FE882. Grayscale: #545454. Windows color (decimal): -4188291 or 8198080. OLE color: 8198080.

HSL color Cylindrical-coordinate representation of color #C0177D: hue angle of 323.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0177D is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB19223125-
CMYK00.880.350.25
HSL323.79º78.6%42.16%-
HSV(B)323.79º88.02%75.29%-
XYZ25.7513.320.61-
YUV85.16150.49204.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.47%
GREEN value IS 23 (9.38% from 255) = 6.76%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=56.47%
G=6.76%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922312500.880.350.25323.7978.642.16
HexC0177D05823191444f2a
Octal300271750130433150411752
Binary1100000010111111110101011000100011110011010001001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0177D; }

 p { color: rgb(192,23,125); }

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

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

 a { background-color: rgb(192,23,125); }

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

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

 span { border-color: rgb(192,23,125); }

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