Html Css Color HEX #C20988 Medium Violet Red

📋 copy color: '#C20988'

red 194 ◦ green 9 ◦ blue 136

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

Shades of Medium Violet Red #C20988

Tints of Medium Violet Red #C20988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.12%

R = 57.23%
G = 2.65%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C20988 (or 0xC20988) is known color: Medium Violet Red. HEX triplet: C2, 09 and 88. RGB value is (194,9,136). Sum of RGB (Red+Green+Blue) = 194+9+136=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C20988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20988 is #3DF677. Grayscale: #4E4E4E. Windows color (decimal): -4060792 or 8915394. OLE color: 8915394.

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

Color convert

RGB 194 9 136 -
CMYK 0 0.95 0.30 0.24
HSL 318.81º 0.91% 0.4% -
HSV(B) 318.81º 0.95% 0.76% -
XYZ 26.79 13.44 24.48 -
YUV 78.79 160.29 210.17 -
System Red Green Blue C M Y K H S L
Decimal 194 9 136 0 0.95 0.30 0.24 318.81 0.91 0.4
Hex C2 9 88 0 5F 1E 18 13F 5B 28
Octal 302 11 210 0 137 36 30 477 133 50
Binary 11000010 1001 10001000 0 1011111 11110 11000 100111111 1011011 101000

Color Harmonies of #C20988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20988

Black with #C20988

Text Example


Text Example

White with #C20988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20988; }

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

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

background-color css

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

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

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

border-color css

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

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

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