Html Css Color HEX #C221AD Medium Violet Red

📋 copy color: '#C221AD'

red 194 ◦ green 33 ◦ blue 173

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

Shades of Medium Violet Red #C221AD

Tints of Medium Violet Red #C221AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.25%

R = 48.5%
G = 8.25%
B = 43.25%

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

#C221AD (or 0xC221AD) is known color: Medium Violet Red. HEX triplet: C2, 21 and AD. RGB value is (194,33,173). Sum of RGB (Red+Green+Blue) = 194+33+173=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C221AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C221AD is #3DDE52. Grayscale: #606060. Windows color (decimal): -4054611 or 11346370. OLE color: 11346370.

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

Color convert

RGB 194 33 173 -
CMYK 0 0.83 0.11 0.24
HSL 307.83º 0.71% 0.45% -
HSV(B) 307.83º 0.83% 0.76% -
XYZ 30.33 15.57 40.94 -
YUV 97.1 170.84 197.12 -
System Red Green Blue C M Y K H S L
Decimal 194 33 173 0 0.83 0.11 0.24 307.83 0.71 0.45
Hex C2 21 AD 0 53 B 18 134 47 2D
Octal 302 41 255 0 123 13 30 464 107 55
Binary 11000010 100001 10101101 0 1010011 1011 11000 100110100 1000111 101101

Color Harmonies of #C221AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221AD

Black with #C221AD

Text Example


Text Example

White with #C221AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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