Html Css Color HEX #C20095 Medium Violet Red

📋 copy color: '#C20095'

red 194 ◦ green 0 ◦ blue 149

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

Shades of Medium Violet Red #C20095

Tints of Medium Violet Red #C20095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.56%
G = 0%
B = 43.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C20095 (or 0xC20095) is known color: Medium Violet Red. HEX triplet: C2, 00 and 95. RGB value is (194,0,149). Sum of RGB (Red+Green+Blue) = 194+0+149=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C20095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20095 is #3DFF6A. Grayscale: #4A4A4A. Windows color (decimal): -4063083 or 9765058. OLE color: 9765058.

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

Color convert

RGB 194 0 149 -
CMYK 0 1 0.23 0.24
HSL 313.92º 1% 0.38% -
HSV(B) 313.92º 1% 0.76% -
XYZ 27.67 13.64 29.61 -
YUV 74.99 169.77 212.88 -
System Red Green Blue C M Y K H S L
Decimal 194 0 149 0 1 0.23 0.24 313.92 1 0.38
Hex C2 0 95 0 64 17 18 13A 64 26
Octal 302 0 225 0 144 27 30 472 144 46
Binary 11000010 0 10010101 0 1100100 10111 11000 100111010 1100100 100110

Color Harmonies of #C20095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20095

Black with #C20095

Text Example


Text Example

White with #C20095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20095; }

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

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

background-color css

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

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

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

border-color css

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

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

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