Html Css Color HEX #C20989 Medium Violet Red

📋 copy color: '#C20989'

red 194 ◦ green 9 ◦ blue 137

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

Shades of Medium Violet Red #C20989

Tints of Medium Violet Red #C20989

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.65%

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

R = 57.06%
G = 2.65%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C20989 (or 0xC20989) is known color: Medium Violet Red. HEX triplet: C2, 09 and 89. RGB value is (194,9,137). Sum of RGB (Red+Green+Blue) = 194+9+137=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C20989 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20989 is #3DF676. Grayscale: #4E4E4E. Windows color (decimal): -4060791 or 8980930. OLE color: 8980930.

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

Color convert

RGB 194 9 137 -
CMYK 0 0.95 0.29 0.24
HSL 318.49º 0.91% 0.4% -
HSV(B) 318.49º 0.95% 0.76% -
XYZ 26.86 13.47 24.85 -
YUV 78.91 160.79 210.09 -
System Red Green Blue C M Y K H S L
Decimal 194 9 137 0 0.95 0.29 0.24 318.49 0.91 0.4
Hex C2 9 89 0 5F 1D 18 13E 5B 28
Octal 302 11 211 0 137 35 30 476 133 50
Binary 11000010 1001 10001001 0 1011111 11101 11000 100111110 1011011 101000

Color Harmonies of #C20989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20989

Black with #C20989

Text Example


Text Example

White with #C20989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20989; }

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

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

background-color css

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

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

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

border-color css

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

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

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