Html Css Color HEX #C211A9 Medium Violet Red

📋 copy color: '#C211A9'

red 194 ◦ green 17 ◦ blue 169

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

Shades of Medium Violet Red #C211A9

Tints of Medium Violet Red #C211A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.47%

R = 51.05%
G = 4.47%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C211A9 (or 0xC211A9) is known color: Medium Violet Red. HEX triplet: C2, 11 and A9. RGB value is (194,17,169). Sum of RGB (Red+Green+Blue) = 194+17+169=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 169 (66.41% from 255 or 44.47% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C211A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C211A9 is #3DEE56. Grayscale: #565656. Windows color (decimal): -4058711 or 11080130. OLE color: 11080130.

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

Color convert

RGB 194 17 169 -
CMYK 0 0.91 0.13 0.24
HSL 308.47º 0.84% 0.41% -
HSV(B) 308.47º 0.91% 0.76% -
XYZ 29.61 14.73 38.82 -
YUV 87.25 174.14 204.14 -
System Red Green Blue C M Y K H S L
Decimal 194 17 169 0 0.91 0.13 0.24 308.47 0.84 0.41
Hex C2 11 A9 0 5B D 18 134 54 29
Octal 302 21 251 0 133 15 30 464 124 51
Binary 11000010 10001 10101001 0 1011011 1101 11000 100110100 1010100 101001

Color Harmonies of #C211A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C211A9

Black with #C211A9

Text Example


Text Example

White with #C211A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C211A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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