Html Css Color HEX #C20477 Medium Violet Red

📋 copy color: '#C20477'

red 194 ◦ green 4 ◦ blue 119

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

Shades of Medium Violet Red #C20477

Tints of Medium Violet Red #C20477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.26%

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

R = 61.2%
G = 1.26%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C20477 (or 0xC20477) is known color: Medium Violet Red. HEX triplet: C2, 04 and 77. RGB value is (194,4,119). Sum of RGB (Red+Green+Blue) = 194+4+119=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C20477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20477 is #3DFB88. Grayscale: #494949. Windows color (decimal): -4062089 or 7800002. OLE color: 7800002.

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

Color convert

RGB 194 4 119 -
CMYK 0 0.98 0.39 0.24
HSL 323.68º 0.96% 0.39% -
HSV(B) 323.68º 0.98% 0.76% -
XYZ 25.62 12.89 18.59 -
YUV 73.92 153.45 213.65 -
System Red Green Blue C M Y K H S L
Decimal 194 4 119 0 0.98 0.39 0.24 323.68 0.96 0.39
Hex C2 4 77 0 62 27 18 144 60 27
Octal 302 4 167 0 142 47 30 504 140 47
Binary 11000010 100 1110111 0 1100010 100111 11000 101000100 1100000 100111

Color Harmonies of #C20477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20477

Black with #C20477

Text Example


Text Example

White with #C20477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20477; }

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

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

background-color css

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

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

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

border-color css

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

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

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