Html Css Color HEX #C211A6 Medium Violet Red

📋 copy color: '#C211A6'

red 194 ◦ green 17 ◦ blue 166

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

Shades of Medium Violet Red #C211A6

Tints of Medium Violet Red #C211A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.03%

R = 51.46%
G = 4.51%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C211A6 (or 0xC211A6) is known color: Medium Violet Red. HEX triplet: C2, 11 and A6. RGB value is (194,17,166). Sum of RGB (Red+Green+Blue) = 194+17+166=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C211A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C211A6 is #3DEE59. Grayscale: #565656. Windows color (decimal): -4058714 or 10883522. OLE color: 10883522.

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

Color convert

RGB 194 17 166 -
CMYK 0 0.91 0.14 0.24
HSL 309.49º 0.84% 0.41% -
HSV(B) 309.49º 0.91% 0.76% -
XYZ 29.33 14.62 37.35 -
YUV 86.91 172.64 204.38 -
System Red Green Blue C M Y K H S L
Decimal 194 17 166 0 0.91 0.14 0.24 309.49 0.84 0.41
Hex C2 11 A6 0 5B E 18 135 54 29
Octal 302 21 246 0 133 16 30 465 124 51
Binary 11000010 10001 10100110 0 1011011 1110 11000 100110101 1010100 101001

Color Harmonies of #C211A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C211A6

Black with #C211A6

Text Example


Text Example

White with #C211A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C211A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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