Html Css Color HEX #C20591 Medium Violet Red

📋 copy color: '#C20591'

red 194 ◦ green 5 ◦ blue 145

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

Shades of Medium Violet Red #C20591

Tints of Medium Violet Red #C20591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.45%

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

R = 56.4%
G = 1.45%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C20591 (or 0xC20591) is known color: Medium Violet Red. HEX triplet: C2, 05 and 91. RGB value is (194,5,145). Sum of RGB (Red+Green+Blue) = 194+5+145=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C20591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20591 is #3DFA6E. Grayscale: #4D4D4D. Windows color (decimal): -4061807 or 9504194. OLE color: 9504194.

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

Color convert

RGB 194 5 145 -
CMYK 0 0.97 0.25 0.24
HSL 315.56º 0.95% 0.39% -
HSV(B) 315.56º 0.97% 0.76% -
XYZ 27.41 13.62 27.97 -
YUV 77.47 166.12 211.12 -
System Red Green Blue C M Y K H S L
Decimal 194 5 145 0 0.97 0.25 0.24 315.56 0.95 0.39
Hex C2 5 91 0 61 19 18 13C 5F 27
Octal 302 5 221 0 141 31 30 474 137 47
Binary 11000010 101 10010001 0 1100001 11001 11000 100111100 1011111 100111

Color Harmonies of #C20591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20591

Black with #C20591

Text Example


Text Example

White with #C20591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20591; }

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

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

background-color css

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

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

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

border-color css

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

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

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