Html Css Color HEX #C20495 Medium Violet Red

📋 copy color: '#C20495'

red 194 ◦ green 4 ◦ blue 149

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

Shades of Medium Violet Red #C20495

Tints of Medium Violet Red #C20495

RGB

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

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

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

R = 55.91%
G = 1.15%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C20495 (or 0xC20495) is known color: Medium Violet Red. HEX triplet: C2, 04 and 95. RGB value is (194,4,149). Sum of RGB (Red+Green+Blue) = 194+4+149=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C20495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20495 is #3DFB6A. Grayscale: #4C4C4C. Windows color (decimal): -4062059 or 9766082. OLE color: 9766082.

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

Color convert

RGB 194 4 149 -
CMYK 0 0.98 0.23 0.24
HSL 314.21º 0.96% 0.39% -
HSV(B) 314.21º 0.98% 0.76% -
XYZ 27.72 13.73 29.62 -
YUV 77.34 168.45 211.21 -
System Red Green Blue C M Y K H S L
Decimal 194 4 149 0 0.98 0.23 0.24 314.21 0.96 0.39
Hex C2 4 95 0 62 17 18 13A 60 27
Octal 302 4 225 0 142 27 30 472 140 47
Binary 11000010 100 10010101 0 1100010 10111 11000 100111010 1100000 100111

Color Harmonies of #C20495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20495

Black with #C20495

Text Example


Text Example

White with #C20495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20495; }

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

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

background-color css

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

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

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

border-color css

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

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

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