Html Css Color HEX #C211A4 Medium Violet Red

📋 copy color: '#C211A4'

red 194 ◦ green 17 ◦ blue 164

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

Shades of Medium Violet Red #C211A4

Tints of Medium Violet Red #C211A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.73%

R = 51.73%
G = 4.53%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C211A4 (or 0xC211A4) is known color: Medium Violet Red. HEX triplet: C2, 11 and A4. RGB value is (194,17,164). Sum of RGB (Red+Green+Blue) = 194+17+164=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C211A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C211A4 is #3DEE5B. Grayscale: #565656. Windows color (decimal): -4058716 or 10752450. OLE color: 10752450.

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

Color convert

RGB 194 17 164 -
CMYK 0 0.91 0.15 0.24
HSL 310.17º 0.84% 0.41% -
HSV(B) 310.17º 0.91% 0.76% -
XYZ 29.15 14.55 36.39 -
YUV 86.68 171.64 204.55 -
System Red Green Blue C M Y K H S L
Decimal 194 17 164 0 0.91 0.15 0.24 310.17 0.84 0.41
Hex C2 11 A4 0 5B F 18 136 54 29
Octal 302 21 244 0 133 17 30 466 124 51
Binary 11000010 10001 10100100 0 1011011 1111 11000 100110110 1010100 101001

Color Harmonies of #C211A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C211A4

Black with #C211A4

Text Example


Text Example

White with #C211A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C211A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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