Html Css Color HEX #C21181 Medium Violet Red

📋 copy color: '#C21181'

red 194 ◦ green 17 ◦ blue 129

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

Shades of Medium Violet Red #C21181

Tints of Medium Violet Red #C21181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.94%

R = 57.06%
G = 5%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C21181 (or 0xC21181) is known color: Medium Violet Red. HEX triplet: C2, 11 and 81. RGB value is (194,17,129). Sum of RGB (Red+Green+Blue) = 194+17+129=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C21181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21181 is #3DEE7E. Grayscale: #525252. Windows color (decimal): -4058751 or 8458690. OLE color: 8458690.

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

Color convert

RGB 194 17 129 -
CMYK 0 0.91 0.34 0.24
HSL 322.03º 0.84% 0.41% -
HSV(B) 322.03º 0.91% 0.76% -
XYZ 26.41 13.46 21.97 -
YUV 82.69 154.14 207.39 -
System Red Green Blue C M Y K H S L
Decimal 194 17 129 0 0.91 0.34 0.24 322.03 0.84 0.41
Hex C2 11 81 0 5B 22 18 142 54 29
Octal 302 21 201 0 133 42 30 502 124 51
Binary 11000010 10001 10000001 0 1011011 100010 11000 101000010 1010100 101001

Color Harmonies of #C21181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21181

Black with #C21181

Text Example


Text Example

White with #C21181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21181; }

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

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

background-color css

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

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

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

border-color css

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

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

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