#C20B7A

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

Shades of Medium Violet Red #C20B7A

Tints of Medium Violet Red #C20B7A

Color information

#C20B7A (or 0xC20B7A) is unknown color: approx Medium Violet Red. HEX triplet: C2, 0B and 7A. RGB value is (194,11,122). Sum of RGB (Red+Green+Blue) = 194+11+122=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20B7A is #3DF485. Grayscale: #4E4E4E. Windows color (decimal): -4060294 or 7998402. OLE color: 7998402.

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

Color convert

RGB19411122-
CMYK00.940.370.24
HSL323.61º89.27%40.2%-
HSV(B)323.61º94.33%76.08%-
XYZ25.8813.1119.58-
YUV78.37152.63210.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.33%
GREEN value IS 11 (4.69% from 255) = 3.36%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=59.33%
G=3.36%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941112200.940.370.24323.6189.2740.2
HexC2B7A05E25181445928
Octal302131720136453050413150
Binary110000101011111101001011110100101110001010001001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20B7A; }

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

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

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

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

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

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

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

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