Html Css Color HEX #C20576 Medium Violet Red

📋 copy color: '#C20576'

red 194 ◦ green 5 ◦ blue 118

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

Shades of Medium Violet Red #C20576

Tints of Medium Violet Red #C20576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.22%

R = 61.2%
G = 1.58%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C20576 (or 0xC20576) is known color: Medium Violet Red. HEX triplet: C2, 05 and 76. RGB value is (194,5,118). Sum of RGB (Red+Green+Blue) = 194+5+118=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C20576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20576 is #3DFA89. Grayscale: #4A4A4A. Windows color (decimal): -4061834 or 7734722. OLE color: 7734722.

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

Color convert

RGB 194 5 118 -
CMYK 0 0.97 0.39 0.24
HSL 324.13º 0.95% 0.39% -
HSV(B) 324.13º 0.97% 0.76% -
XYZ 25.57 12.89 18.28 -
YUV 74.39 152.62 213.31 -
System Red Green Blue C M Y K H S L
Decimal 194 5 118 0 0.97 0.39 0.24 324.13 0.95 0.39
Hex C2 5 76 0 61 27 18 144 5F 27
Octal 302 5 166 0 141 47 30 504 137 47
Binary 11000010 101 1110110 0 1100001 100111 11000 101000100 1011111 100111

Color Harmonies of #C20576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20576

Black with #C20576

Text Example


Text Example

White with #C20576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20576; }

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

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

background-color css

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

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

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

border-color css

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

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

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