Html Css Color HEX #C221AC Medium Violet Red

📋 copy color: '#C221AC'

red 194 ◦ green 33 ◦ blue 172

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

Shades of Medium Violet Red #C221AC

Tints of Medium Violet Red #C221AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 48.62%
G = 8.27%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C221AC (or 0xC221AC) is known color: Medium Violet Red. HEX triplet: C2, 21 and AC. RGB value is (194,33,172). Sum of RGB (Red+Green+Blue) = 194+33+172=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C221AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C221AC is #3DDE53. Grayscale: #606060. Windows color (decimal): -4054612 or 11280834. OLE color: 11280834.

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

Color convert

RGB 194 33 172 -
CMYK 0 0.83 0.11 0.24
HSL 308.2º 0.71% 0.45% -
HSV(B) 308.2º 0.83% 0.76% -
XYZ 30.24 15.54 40.43 -
YUV 96.99 170.34 197.2 -
System Red Green Blue C M Y K H S L
Decimal 194 33 172 0 0.83 0.11 0.24 308.2 0.71 0.45
Hex C2 21 AC 0 53 B 18 134 47 2D
Octal 302 41 254 0 123 13 30 464 107 55
Binary 11000010 100001 10101100 0 1010011 1011 11000 100110100 1000111 101101

Color Harmonies of #C221AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221AC

Black with #C221AC

Text Example


Text Example

White with #C221AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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