Html Css Color HEX #C20670 Medium Violet Red

📋 copy color: '#C20670'

red 194 ◦ green 6 ◦ blue 112

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

Shades of Medium Violet Red #C20670

Tints of Medium Violet Red #C20670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.9%

R = 62.18%
G = 1.92%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C20670 (or 0xC20670) is known color: Medium Violet Red. HEX triplet: C2, 06 and 70. RGB value is (194,6,112). Sum of RGB (Red+Green+Blue) = 194+6+112=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C20670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20670 is #3DF98F. Grayscale: #4A4A4A. Windows color (decimal): -4061584 or 7341762. OLE color: 7341762.

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

Color convert

RGB 194 6 112 -
CMYK 0 0.97 0.42 0.24
HSL 326.17º 0.94% 0.39% -
HSV(B) 326.17º 0.97% 0.76% -
XYZ 25.24 12.77 16.46 -
YUV 74.3 149.28 213.38 -
System Red Green Blue C M Y K H S L
Decimal 194 6 112 0 0.97 0.42 0.24 326.17 0.94 0.39
Hex C2 6 70 0 61 2A 18 146 5E 27
Octal 302 6 160 0 141 52 30 506 136 47
Binary 11000010 110 1110000 0 1100001 101010 11000 101000110 1011110 100111

Color Harmonies of #C20670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20670

Black with #C20670

Text Example


Text Example

White with #C20670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20670; }

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

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

background-color css

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

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

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

border-color css

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

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

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