Html Css Color HEX #C221A0 Medium Violet Red

📋 copy color: '#C221A0'

red 194 ◦ green 33 ◦ blue 160

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

Shades of Medium Violet Red #C221A0

Tints of Medium Violet Red #C221A0

RGB

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

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

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

R = 50.13%
G = 8.53%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C221A0 (or 0xC221A0) is known color: Medium Violet Red. HEX triplet: C2, 21 and A0. RGB value is (194,33,160). Sum of RGB (Red+Green+Blue) = 194+33+160=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C221A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C221A0 is #3DDE5F. Grayscale: #5F5F5F. Windows color (decimal): -4054624 or 10494402. OLE color: 10494402.

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

Color convert

RGB 194 33 160 -
CMYK 0 0.83 0.18 0.24
HSL 312.67º 0.71% 0.45% -
HSV(B) 312.67º 0.83% 0.76% -
XYZ 29.14 15.1 34.64 -
YUV 95.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 194 33 160 0 0.83 0.18 0.24 312.67 0.71 0.45
Hex C2 21 A0 0 53 12 18 139 47 2D
Octal 302 41 240 0 123 22 30 471 107 55
Binary 11000010 100001 10100000 0 1010011 10010 11000 100111001 1000111 101101

Color Harmonies of #C221A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221A0

Black with #C221A0

Text Example


Text Example

White with #C221A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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