Html Css Color HEX #C221A2 Medium Violet Red

📋 copy color: '#C221A2'

red 194 ◦ green 33 ◦ blue 162

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

Shades of Medium Violet Red #C221A2

Tints of Medium Violet Red #C221A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.65%

R = 49.87%
G = 8.48%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C221A2 (or 0xC221A2) is known color: Medium Violet Red. HEX triplet: C2, 21 and A2. RGB value is (194,33,162). Sum of RGB (Red+Green+Blue) = 194+33+162=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C221A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C221A2 is #3DDE5D. Grayscale: #5F5F5F. Windows color (decimal): -4054622 or 10625474. OLE color: 10625474.

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

Color convert

RGB 194 33 162 -
CMYK 0 0.83 0.16 0.24
HSL 311.93º 0.71% 0.45% -
HSV(B) 311.93º 0.83% 0.76% -
XYZ 29.31 15.17 35.56 -
YUV 95.85 165.34 198.01 -
System Red Green Blue C M Y K H S L
Decimal 194 33 162 0 0.83 0.16 0.24 311.93 0.71 0.45
Hex C2 21 A2 0 53 10 18 138 47 2D
Octal 302 41 242 0 123 20 30 470 107 55
Binary 11000010 100001 10100010 0 1010011 10000 11000 100111000 1000111 101101

Color Harmonies of #C221A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221A2

Black with #C221A2

Text Example


Text Example

White with #C221A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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