Html Css Color HEX #C220AA Medium Violet Red

📋 copy color: '#C220AA'

red 194 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #C220AA

Tints of Medium Violet Red #C220AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 48.99%
G = 8.08%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C220AA (or 0xC220AA) is known color: Medium Violet Red. HEX triplet: C2, 20 and AA. RGB value is (194,32,170). Sum of RGB (Red+Green+Blue) = 194+32+170=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C220AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C220AA is #3DDF55. Grayscale: #5F5F5F. Windows color (decimal): -4054870 or 11149506. OLE color: 11149506.

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

Color convert

RGB 194 32 170 -
CMYK 0 0.84 0.12 0.24
HSL 308.89º 0.72% 0.44% -
HSV(B) 308.89º 0.84% 0.76% -
XYZ 30.02 15.4 39.42 -
YUV 96.17 169.67 197.78 -
System Red Green Blue C M Y K H S L
Decimal 194 32 170 0 0.84 0.12 0.24 308.89 0.72 0.44
Hex C2 20 AA 0 54 C 18 135 48 2C
Octal 302 40 252 0 124 14 30 465 110 54
Binary 11000010 100000 10101010 0 1010100 1100 11000 100110101 1001000 101100

Color Harmonies of #C220AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220AA

Black with #C220AA

Text Example


Text Example

White with #C220AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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