Html Css Color HEX #C220A0 Medium Violet Red

📋 copy color: '#C220A0'

red 194 ◦ green 32 ◦ blue 160

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

Shades of Medium Violet Red #C220A0

Tints of Medium Violet Red #C220A0

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.29%

 BLUE value IS 160 (62.89% from 255) = 41.45%

R = 50.26%
G = 8.29%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C220A0 (or 0xC220A0) is known color: Medium Violet Red. HEX triplet: C2, 20 and A0. RGB value is (194,32,160). Sum of RGB (Red+Green+Blue) = 194+32+160=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C220A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C220A0 is #3DDF5F. Grayscale: #5E5E5E. Windows color (decimal): -4054880 or 10494146. OLE color: 10494146.

HSL color Cylindrical-coordinate representation of color #C220A0: hue angle of 312.59º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C220A0 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 32 160 -
CMYK 0 0.84 0.18 0.24
HSL 312.59º 0.72% 0.44% -
HSV(B) 312.59º 0.84% 0.76% -
XYZ 29.11 15.04 34.63 -
YUV 95.03 164.67 198.59 -
System Red Green Blue C M Y K H S L
Decimal 194 32 160 0 0.84 0.18 0.24 312.59 0.72 0.44
Hex C2 20 A0 0 54 12 18 139 48 2C
Octal 302 40 240 0 124 22 30 471 110 54
Binary 11000010 100000 10100000 0 1010100 10010 11000 100111001 1001000 101100

Color Harmonies of #C220A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220A0

Black with #C220A0

Text Example


Text Example

White with #C220A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220A0; }

 p { color: rgb(194,32,160); }

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

background-color css

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

 a { background-color: rgb(194,32,160); }

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

border-color css

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

 span { border-color: rgb(194,32,160); }

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