#C20B6A

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

Shades of Medium Violet Red #C20B6A

Tints of Medium Violet Red #C20B6A

Color information

#C20B6A (or 0xC20B6A) is unknown color: approx Medium Violet Red. HEX triplet: C2, 0B and 6A. RGB value is (194,11,106). Sum of RGB (Red+Green+Blue) = 194+11+106=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20B6A is #3DF495. Grayscale: #4C4C4C. Windows color (decimal): -4060310 or 6949826. OLE color: 6949826.

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

Color convert

RGB19411106-
CMYK00.940.450.24
HSL328.85º89.27%40.2%-
HSV(B)328.85º94.33%76.08%-
XYZ24.9712.7514.78-
YUV76.55144.63211.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.38%
GREEN value IS 11 (4.69% from 255) = 3.54%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=62.38%
G=3.54%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941110600.940.450.24328.8589.2740.2
HexC2B6A05E2D181495928
Octal302131520136553051113150
Binary110000101011110101001011110101101110001010010011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20B6A; }

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

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

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

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

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

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

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

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