Html Css Color HEX #C20791 Medium Violet Red

📋 copy color: '#C20791'

red 194 ◦ green 7 ◦ blue 145

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

Shades of Medium Violet Red #C20791

Tints of Medium Violet Red #C20791

RGB

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

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

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

R = 56.07%
G = 2.02%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C20791 (or 0xC20791) is known color: Medium Violet Red. HEX triplet: C2, 07 and 91. RGB value is (194,7,145). Sum of RGB (Red+Green+Blue) = 194+7+145=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C20791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20791 is #3DF86E. Grayscale: #4E4E4E. Windows color (decimal): -4061295 or 9504706. OLE color: 9504706.

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

Color convert

RGB 194 7 145 -
CMYK 0 0.96 0.25 0.24
HSL 315.72º 0.93% 0.39% -
HSV(B) 315.72º 0.96% 0.76% -
XYZ 27.43 13.67 27.98 -
YUV 78.65 165.45 210.28 -
System Red Green Blue C M Y K H S L
Decimal 194 7 145 0 0.96 0.25 0.24 315.72 0.93 0.39
Hex C2 7 91 0 60 19 18 13C 5D 27
Octal 302 7 221 0 140 31 30 474 135 47
Binary 11000010 111 10010001 0 1100000 11001 11000 100111100 1011101 100111

Color Harmonies of #C20791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20791

Black with #C20791

Text Example


Text Example

White with #C20791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20791; }

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

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

background-color css

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

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

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

border-color css

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

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

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