Html Css Color HEX #C20674 Medium Violet Red

📋 copy color: '#C20674'

red 194 ◦ green 6 ◦ blue 116

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

Shades of Medium Violet Red #C20674

Tints of Medium Violet Red #C20674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

 BLUE value IS 116 (45.7% from 255) = 36.71%

R = 61.39%
G = 1.9%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C20674 (or 0xC20674) is known color: Medium Violet Red. HEX triplet: C2, 06 and 74. RGB value is (194,6,116). Sum of RGB (Red+Green+Blue) = 194+6+116=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C20674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20674 is #3DF98B. Grayscale: #4A4A4A. Windows color (decimal): -4061580 or 7603906. OLE color: 7603906.

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

Color convert

RGB 194 6 116 -
CMYK 0 0.97 0.40 0.24
HSL 324.89º 0.94% 0.39% -
HSV(B) 324.89º 0.97% 0.76% -
XYZ 25.47 12.86 17.66 -
YUV 74.75 151.28 213.06 -
System Red Green Blue C M Y K H S L
Decimal 194 6 116 0 0.97 0.40 0.24 324.89 0.94 0.39
Hex C2 6 74 0 61 28 18 145 5E 27
Octal 302 6 164 0 141 50 30 505 136 47
Binary 11000010 110 1110100 0 1100001 101000 11000 101000101 1011110 100111

Color Harmonies of #C20674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20674

Black with #C20674

Text Example


Text Example

White with #C20674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20674; }

 p { color: rgb(194,6,116); }

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

background-color css

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

 a { background-color: rgb(194,6,116); }

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

border-color css

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

 span { border-color: rgb(194,6,116); }

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