Html Css Color HEX #C21993 Medium Violet Red

📋 copy color: '#C21993'

red 194 ◦ green 25 ◦ blue 147

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

Shades of Medium Violet Red #C21993

Tints of Medium Violet Red #C21993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.16%

R = 53.01%
G = 6.83%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C21993 (or 0xC21993) is known color: Medium Violet Red. HEX triplet: C2, 19 and 93. RGB value is (194,25,147). Sum of RGB (Red+Green+Blue) = 194+25+147=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C21993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21993 is #3DE66C. Grayscale: #595959. Windows color (decimal): -4056685 or 9640386. OLE color: 9640386.

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

Color convert

RGB 194 25 147 -
CMYK 0 0.87 0.24 0.24
HSL 316.69º 0.77% 0.43% -
HSV(B) 316.69º 0.87% 0.76% -
XYZ 27.86 14.27 28.89 -
YUV 89.44 160.49 202.58 -
System Red Green Blue C M Y K H S L
Decimal 194 25 147 0 0.87 0.24 0.24 316.69 0.77 0.43
Hex C2 19 93 0 57 18 18 13D 4D 2B
Octal 302 31 223 0 127 30 30 475 115 53
Binary 11000010 11001 10010011 0 1010111 11000 11000 100111101 1001101 101011

Color Harmonies of #C21993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21993

Black with #C21993

Text Example


Text Example

White with #C21993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21993; }

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

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

background-color css

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

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

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

border-color css

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

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

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