#C20B7B

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

Shades of Medium Violet Red #C20B7B

Tints of Medium Violet Red #C20B7B

Color information

#C20B7B (or 0xC20B7B) is unknown color: approx Medium Violet Red. HEX triplet: C2, 0B and 7B. RGB value is (194,11,123). Sum of RGB (Red+Green+Blue) = 194+11+123=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20B7B is #3DF484. Grayscale: #4E4E4E. Windows color (decimal): -4060293 or 8063938. OLE color: 8063938.

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

Color convert

RGB19411123-
CMYK00.940.370.24
HSL323.28º89.27%40.2%-
HSV(B)323.28º94.33%76.08%-
XYZ25.9413.1419.91-
YUV78.48153.13210.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.15%
GREEN value IS 11 (4.69% from 255) = 3.35%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=59.15%
G=3.35%
B=37.5%

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
Decimal1941112300.940.370.24323.2889.2740.2
HexC2B7B05E25181435928
Octal302131730136453050313150
Binary110000101011111101101011110100101110001010000111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20B7B; }

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

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

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

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

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

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

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

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