Html Css Color HEX #C20577 Medium Violet Red

📋 copy color: '#C20577'

red 194 ◦ green 5 ◦ blue 119

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

Shades of Medium Violet Red #C20577

Tints of Medium Violet Red #C20577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.42%

R = 61.01%
G = 1.57%
B = 37.42%

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

#C20577 (or 0xC20577) is known color: Medium Violet Red. HEX triplet: C2, 05 and 77. RGB value is (194,5,119). Sum of RGB (Red+Green+Blue) = 194+5+119=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C20577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20577 is #3DFA88. Grayscale: #4A4A4A. Windows color (decimal): -4061833 or 7800258. OLE color: 7800258.

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

Color convert

RGB 194 5 119 -
CMYK 0 0.97 0.39 0.24
HSL 323.81º 0.95% 0.39% -
HSV(B) 323.81º 0.97% 0.76% -
XYZ 25.63 12.91 18.59 -
YUV 74.51 153.12 213.23 -
System Red Green Blue C M Y K H S L
Decimal 194 5 119 0 0.97 0.39 0.24 323.81 0.95 0.39
Hex C2 5 77 0 61 27 18 144 5F 27
Octal 302 5 167 0 141 47 30 504 137 47
Binary 11000010 101 1110111 0 1100001 100111 11000 101000100 1011111 100111

Color Harmonies of #C20577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20577

Black with #C20577

Text Example


Text Example

White with #C20577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20577; }

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

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

background-color css

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

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

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

border-color css

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

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

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