Html Css Color HEX #C20772 Medium Violet Red

📋 copy color: '#C20772'

red 194 ◦ green 7 ◦ blue 114

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

Shades of Medium Violet Red #C20772

Tints of Medium Violet Red #C20772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 61.59%
G = 2.22%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C20772 (or 0xC20772) is known color: Medium Violet Red. HEX triplet: C2, 07 and 72. RGB value is (194,7,114). Sum of RGB (Red+Green+Blue) = 194+7+114=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C20772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20772 is #3DF88D. Grayscale: #4A4A4A. Windows color (decimal): -4061326 or 7473090. OLE color: 7473090.

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

Color convert

RGB 194 7 114 -
CMYK 0 0.96 0.41 0.24
HSL 325.67º 0.93% 0.39% -
HSV(B) 325.67º 0.96% 0.76% -
XYZ 25.36 12.84 17.06 -
YUV 75.11 149.95 212.8 -
System Red Green Blue C M Y K H S L
Decimal 194 7 114 0 0.96 0.41 0.24 325.67 0.93 0.39
Hex C2 7 72 0 60 29 18 146 5D 27
Octal 302 7 162 0 140 51 30 506 135 47
Binary 11000010 111 1110010 0 1100000 101001 11000 101000110 1011101 100111

Color Harmonies of #C20772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20772

Black with #C20772

Text Example


Text Example

White with #C20772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20772; }

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

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

background-color css

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

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

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

border-color css

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

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

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