#C20F8B

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

Shades of Medium Violet Red #C20F8B

Tints of Medium Violet Red #C20F8B

Color information

#C20F8B (or 0xC20F8B) is unknown color: approx Medium Violet Red. HEX triplet: C2, 0F and 8B. RGB value is (194,15,139). Sum of RGB (Red+Green+Blue) = 194+15+139=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20F8B is #3DF074. Grayscale: #525252. Windows color (decimal): -4059253 or 9113538. OLE color: 9113538.

HSL color Cylindrical-coordinate representation of color #C20F8B: hue angle of 318.44º degrees, saturation: 0.86, 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 #C20F8B is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB19415139-
CMYK00.920.280.24
HSL318.44º85.65%40.98%-
HSV(B)318.44º92.27%76.08%-
XYZ27.0813.6825.64-
YUV82.66159.8207.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.75%
GREEN value IS 15 (6.25% from 255) = 4.31%
BLUE value IS 139 (54.69% from 255) = 39.94%
R=55.75%
G=4.31%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941513900.920.280.24318.4485.6540.98
HexC2F8B05C1C1813e5629
Octal302172130134343047612651
Binary110000101111100010110101110011100110001001111101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20F8B; }

 p { color: rgb(194,15,139); }

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

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

 a { background-color: rgb(194,15,139); }

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

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

 span { border-color: rgb(194,15,139); }

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