Html Css Color HEX #C221AB Medium Violet Red

📋 copy color: '#C221AB'

red 194 ◦ green 33 ◦ blue 171

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

Shades of Medium Violet Red #C221AB

Tints of Medium Violet Red #C221AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 48.74%
G = 8.29%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C221AB (or 0xC221AB) is known color: Medium Violet Red. HEX triplet: C2, 21 and AB. RGB value is (194,33,171). Sum of RGB (Red+Green+Blue) = 194+33+171=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C221AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C221AB is #3DDE54. Grayscale: #606060. Windows color (decimal): -4054613 or 11215298. OLE color: 11215298.

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

Color convert

RGB 194 33 171 -
CMYK 0 0.83 0.12 0.24
HSL 308.57º 0.71% 0.45% -
HSV(B) 308.57º 0.83% 0.76% -
XYZ 30.14 15.5 39.93 -
YUV 96.87 169.84 197.28 -
System Red Green Blue C M Y K H S L
Decimal 194 33 171 0 0.83 0.12 0.24 308.57 0.71 0.45
Hex C2 21 AB 0 53 C 18 135 47 2D
Octal 302 41 253 0 123 14 30 465 107 55
Binary 11000010 100001 10101011 0 1010011 1100 11000 100110101 1000111 101101

Color Harmonies of #C221AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221AB

Black with #C221AB

Text Example


Text Example

White with #C221AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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