Html Css Color HEX #C220A5 Medium Violet Red

📋 copy color: '#C220A5'

red 194 ◦ green 32 ◦ blue 165

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

Shades of Medium Violet Red #C220A5

Tints of Medium Violet Red #C220A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.2%

R = 49.62%
G = 8.18%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C220A5 (or 0xC220A5) is known color: Medium Violet Red. HEX triplet: C2, 20 and A5. RGB value is (194,32,165). Sum of RGB (Red+Green+Blue) = 194+32+165=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C220A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C220A5 is #3DDF5A. Grayscale: #5F5F5F. Windows color (decimal): -4054875 or 10821826. OLE color: 10821826.

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

Color convert

RGB 194 32 165 -
CMYK 0 0.84 0.15 0.24
HSL 310.74º 0.72% 0.44% -
HSV(B) 310.74º 0.84% 0.76% -
XYZ 29.56 15.22 36.98 -
YUV 95.6 167.17 198.19 -
System Red Green Blue C M Y K H S L
Decimal 194 32 165 0 0.84 0.15 0.24 310.74 0.72 0.44
Hex C2 20 A5 0 54 F 18 137 48 2C
Octal 302 40 245 0 124 17 30 467 110 54
Binary 11000010 100000 10100101 0 1010100 1111 11000 100110111 1001000 101100

Color Harmonies of #C220A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220A5

Black with #C220A5

Text Example


Text Example

White with #C220A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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