Html Css Color HEX #C221AA Medium Violet Red

📋 copy color: '#C221AA'

red 194 ◦ green 33 ◦ blue 170

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

Shades of Medium Violet Red #C221AA

Tints of Medium Violet Red #C221AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.31%

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

R = 48.87%
G = 8.31%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C221AA (or 0xC221AA) is known color: Medium Violet Red. HEX triplet: C2, 21 and AA. RGB value is (194,33,170). Sum of RGB (Red+Green+Blue) = 194+33+170=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C221AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C221AA is #3DDE55. Grayscale: #606060. Windows color (decimal): -4054614 or 11149762. OLE color: 11149762.

HSL color Cylindrical-coordinate representation of color #C221AA: hue angle of 308.94º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C221AA is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 33 170 -
CMYK 0 0.83 0.12 0.24
HSL 308.94º 0.71% 0.45% -
HSV(B) 308.94º 0.83% 0.76% -
XYZ 30.05 15.46 39.43 -
YUV 96.76 169.34 197.36 -
System Red Green Blue C M Y K H S L
Decimal 194 33 170 0 0.83 0.12 0.24 308.94 0.71 0.45
Hex C2 21 AA 0 53 C 18 135 47 2D
Octal 302 41 252 0 123 14 30 465 107 55
Binary 11000010 100001 10101010 0 1010011 1100 11000 100110101 1000111 101101

Color Harmonies of #C221AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221AA

Black with #C221AA

Text Example


Text Example

White with #C221AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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