Html Css Color HEX #C211A0 Medium Violet Red

📋 copy color: '#C211A0'

red 194 ◦ green 17 ◦ blue 160

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

Shades of Medium Violet Red #C211A0

Tints of Medium Violet Red #C211A0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.58%

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

R = 52.29%
G = 4.58%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C211A0 (or 0xC211A0) is known color: Medium Violet Red. HEX triplet: C2, 11 and A0. RGB value is (194,17,160). Sum of RGB (Red+Green+Blue) = 194+17+160=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C211A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C211A0 is #3DEE5F. Grayscale: #555555. Windows color (decimal): -4058720 or 10490306. OLE color: 10490306.

HSL color Cylindrical-coordinate representation of color #C211A0: hue angle of 311.53º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C211A0 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 17 160 -
CMYK 0 0.91 0.18 0.24
HSL 311.53º 0.84% 0.41% -
HSV(B) 311.53º 0.91% 0.76% -
XYZ 28.79 14.41 34.52 -
YUV 86.23 169.64 204.87 -
System Red Green Blue C M Y K H S L
Decimal 194 17 160 0 0.91 0.18 0.24 311.53 0.84 0.41
Hex C2 11 A0 0 5B 12 18 138 54 29
Octal 302 21 240 0 133 22 30 470 124 51
Binary 11000010 10001 10100000 0 1011011 10010 11000 100111000 1010100 101001

Color Harmonies of #C211A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C211A0

Black with #C211A0

Text Example


Text Example

White with #C211A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C211A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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