Html Css Color HEX #C21981 Medium Violet Red

📋 copy color: '#C21981'

red 194 ◦ green 25 ◦ blue 129

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

Shades of Medium Violet Red #C21981

Tints of Medium Violet Red #C21981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

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

R = 55.75%
G = 7.18%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C21981 (or 0xC21981) is known color: Medium Violet Red. HEX triplet: C2, 19 and 81. RGB value is (194,25,129). Sum of RGB (Red+Green+Blue) = 194+25+129=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C21981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21981 is #3DE67E. Grayscale: #575757. Windows color (decimal): -4056703 or 8460738. OLE color: 8460738.

HSL color Cylindrical-coordinate representation of color #C21981: hue angle of 323.08º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21981 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 25 129 -
CMYK 0 0.87 0.34 0.24
HSL 323.08º 0.77% 0.43% -
HSV(B) 323.08º 0.87% 0.76% -
XYZ 26.56 13.75 22.02 -
YUV 87.39 151.49 204.04 -
System Red Green Blue C M Y K H S L
Decimal 194 25 129 0 0.87 0.34 0.24 323.08 0.77 0.43
Hex C2 19 81 0 57 22 18 143 4D 2B
Octal 302 31 201 0 127 42 30 503 115 53
Binary 11000010 11001 10000001 0 1010111 100010 11000 101000011 1001101 101011

Color Harmonies of #C21981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21981

Black with #C21981

Text Example


Text Example

White with #C21981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21981; }

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

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

background-color css

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

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

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

border-color css

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

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

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