Html Css Color HEX #C20391 Medium Violet Red

📋 copy color: '#C20391'

red 194 ◦ green 3 ◦ blue 145

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

Shades of Medium Violet Red #C20391

Tints of Medium Violet Red #C20391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 56.73%
G = 0.88%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C20391 (or 0xC20391) is known color: Medium Violet Red. HEX triplet: C2, 03 and 91. RGB value is (194,3,145). Sum of RGB (Red+Green+Blue) = 194+3+145=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C20391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20391 is #3DFC6E. Grayscale: #4B4B4B. Windows color (decimal): -4062319 or 9503682. OLE color: 9503682.

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

Color convert

RGB 194 3 145 -
CMYK 0 0.98 0.25 0.24
HSL 315.39º 0.97% 0.39% -
HSV(B) 315.39º 0.98% 0.76% -
XYZ 27.39 13.58 27.97 -
YUV 76.3 166.78 211.95 -
System Red Green Blue C M Y K H S L
Decimal 194 3 145 0 0.98 0.25 0.24 315.39 0.97 0.39
Hex C2 3 91 0 62 19 18 13B 61 27
Octal 302 3 221 0 142 31 30 473 141 47
Binary 11000010 11 10010001 0 1100010 11001 11000 100111011 1100001 100111

Color Harmonies of #C20391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20391

Black with #C20391

Text Example


Text Example

White with #C20391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20391; }

 p { color: rgb(194,3,145); }

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

background-color css

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

 a { background-color: rgb(194,3,145); }

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

border-color css

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

 span { border-color: rgb(194,3,145); }

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