Html Css Color HEX #C20785 Medium Violet Red

📋 copy color: '#C20785'

red 194 ◦ green 7 ◦ blue 133

#C20785
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C20785

Tints of Medium Violet Red #C20785

RGB

 RED value IS 194 (76.17% from 255) = 58.08%

 GREEN value IS 7 (3.13% from 255) = 2.1%

 BLUE value IS 133 (52.34% from 255) = 39.82%

R = 58.08%
G = 2.1%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C20785 (or 0xC20785) is known color: Medium Violet Red. HEX triplet: C2, 07 and 85. RGB value is (194,7,133). Sum of RGB (Red+Green+Blue) = 194+7+133=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C20785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20785 is #3DF87A. Grayscale: #4C4C4C. Windows color (decimal): -4061307 or 8718274. OLE color: 8718274.

HSL color Cylindrical-coordinate representation of color #C20785: hue angle of 319.57º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20785 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 7 133 -
CMYK 0 0.96 0.31 0.24
HSL 319.57º 0.93% 0.39% -
HSV(B) 319.57º 0.96% 0.76% -
XYZ 26.56 13.31 23.36 -
YUV 77.28 159.45 211.25 -
System Red Green Blue C M Y K H S L
Decimal 194 7 133 0 0.96 0.31 0.24 319.57 0.93 0.39
Hex C2 7 85 0 60 1F 18 140 5D 27
Octal 302 7 205 0 140 37 30 500 135 47
Binary 11000010 111 10000101 0 1100000 11111 11000 101000000 1011101 100111

Color Harmonies of #C20785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20785

Black with #C20785

Text Example


Text Example

White with #C20785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20785; }

 p { color: rgb(194,7,133); }

 H1.HeaderClassName
 {
   color: #C20785;
 }
 .AnyTagClassName
 {
   color: #C20785;
 }
</style>

background-color css

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

 a { background-color: rgb(194,7,133); }

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

border-color css

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

 span { border-color: rgb(194,7,133); }

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