Html Css Color HEX #C21991 Medium Violet Red

📋 copy color: '#C21991'

red 194 ◦ green 25 ◦ blue 145

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

Shades of Medium Violet Red #C21991

Tints of Medium Violet Red #C21991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.84%

R = 53.3%
G = 6.87%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C21991 (or 0xC21991) is known color: Medium Violet Red. HEX triplet: C2, 19 and 91. RGB value is (194,25,145). Sum of RGB (Red+Green+Blue) = 194+25+145=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C21991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21991 is #3DE66E. Grayscale: #585858. Windows color (decimal): -4056687 or 9509314. OLE color: 9509314.

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

Color convert

RGB 194 25 145 -
CMYK 0 0.87 0.25 0.24
HSL 317.4º 0.77% 0.43% -
HSV(B) 317.4º 0.87% 0.76% -
XYZ 27.71 14.21 28.07 -
YUV 89.21 159.49 202.74 -
System Red Green Blue C M Y K H S L
Decimal 194 25 145 0 0.87 0.25 0.24 317.4 0.77 0.43
Hex C2 19 91 0 57 19 18 13D 4D 2B
Octal 302 31 221 0 127 31 30 475 115 53
Binary 11000010 11001 10010001 0 1010111 11001 11000 100111101 1001101 101011

Color Harmonies of #C21991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21991

Black with #C21991

Text Example


Text Example

White with #C21991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21991; }

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

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

background-color css

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

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

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

border-color css

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

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

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