Html Css Color HEX #C20789 Medium Violet Red

📋 copy color: '#C20789'

red 194 ◦ green 7 ◦ blue 137

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

Shades of Medium Violet Red #C20789

Tints of Medium Violet Red #C20789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.53%

R = 57.4%
G = 2.07%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C20789 (or 0xC20789) is known color: Medium Violet Red. HEX triplet: C2, 07 and 89. RGB value is (194,7,137). Sum of RGB (Red+Green+Blue) = 194+7+137=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C20789 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20789 is #3DF876. Grayscale: #4D4D4D. Windows color (decimal): -4061303 or 8980418. OLE color: 8980418.

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

Color convert

RGB 194 7 137 -
CMYK 0 0.96 0.29 0.24
HSL 318.29º 0.93% 0.39% -
HSV(B) 318.29º 0.96% 0.76% -
XYZ 26.84 13.43 24.84 -
YUV 77.73 161.45 210.93 -
System Red Green Blue C M Y K H S L
Decimal 194 7 137 0 0.96 0.29 0.24 318.29 0.93 0.39
Hex C2 7 89 0 60 1D 18 13E 5D 27
Octal 302 7 211 0 140 35 30 476 135 47
Binary 11000010 111 10001001 0 1100000 11101 11000 100111110 1011101 100111

Color Harmonies of #C20789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20789

Black with #C20789

Text Example


Text Example

White with #C20789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20789; }

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

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

background-color css

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

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

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

border-color css

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

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

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