Html Css Color HEX #C20595 Medium Violet Red

📋 copy color: '#C20595'

red 194 ◦ green 5 ◦ blue 149

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

Shades of Medium Violet Red #C20595

Tints of Medium Violet Red #C20595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 55.75%
G = 1.44%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C20595 (or 0xC20595) is known color: Medium Violet Red. HEX triplet: C2, 05 and 95. RGB value is (194,5,149). Sum of RGB (Red+Green+Blue) = 194+5+149=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C20595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20595 is #3DFA6A. Grayscale: #4D4D4D. Windows color (decimal): -4061803 or 9766338. OLE color: 9766338.

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

Color convert

RGB 194 5 149 -
CMYK 0 0.97 0.23 0.24
HSL 314.29º 0.95% 0.39% -
HSV(B) 314.29º 0.97% 0.76% -
XYZ 27.73 13.75 29.63 -
YUV 77.93 168.12 210.79 -
System Red Green Blue C M Y K H S L
Decimal 194 5 149 0 0.97 0.23 0.24 314.29 0.95 0.39
Hex C2 5 95 0 61 17 18 13A 5F 27
Octal 302 5 225 0 141 27 30 472 137 47
Binary 11000010 101 10010101 0 1100001 10111 11000 100111010 1011111 100111

Color Harmonies of #C20595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20595

Black with #C20595

Text Example


Text Example

White with #C20595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20595; }

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

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

background-color css

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

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

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

border-color css

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

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

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