Html Css Color HEX #C221A4 Medium Violet Red

📋 copy color: '#C221A4'

red 194 ◦ green 33 ◦ blue 164

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

Shades of Medium Violet Red #C221A4

Tints of Medium Violet Red #C221A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.94%

R = 49.62%
G = 8.44%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C221A4 (or 0xC221A4) is known color: Medium Violet Red. HEX triplet: C2, 21 and A4. RGB value is (194,33,164). Sum of RGB (Red+Green+Blue) = 194+33+164=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C221A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C221A4 is #3DDE5B. Grayscale: #5F5F5F. Windows color (decimal): -4054620 or 10756546. OLE color: 10756546.

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

Color convert

RGB 194 33 164 -
CMYK 0 0.83 0.15 0.24
HSL 311.18º 0.71% 0.45% -
HSV(B) 311.18º 0.83% 0.76% -
XYZ 29.49 15.24 36.51 -
YUV 96.07 166.34 197.85 -
System Red Green Blue C M Y K H S L
Decimal 194 33 164 0 0.83 0.15 0.24 311.18 0.71 0.45
Hex C2 21 A4 0 53 F 18 137 47 2D
Octal 302 41 244 0 123 17 30 467 107 55
Binary 11000010 100001 10100100 0 1010011 1111 11000 100110111 1000111 101101

Color Harmonies of #C221A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221A4

Black with #C221A4

Text Example


Text Example

White with #C221A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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