Html Css Color HEX #C21E96 Medium Violet Red

📋 copy color: '#C21E96'

red 194 ◦ green 30 ◦ blue 150

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

Shades of Medium Violet Red #C21E96

Tints of Medium Violet Red #C21E96

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.02%

 BLUE value IS 150 (58.98% from 255) = 40.11%

R = 51.87%
G = 8.02%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C21E96 (or 0xC21E96) is known color: Medium Violet Red. HEX triplet: C2, 1E and 96. RGB value is (194,30,150). Sum of RGB (Red+Green+Blue) = 194+30+150=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E96 is #3DE169. Grayscale: #5C5C5C. Windows color (decimal): -4055402 or 9838274. OLE color: 9838274.

HSL color Cylindrical-coordinate representation of color #C21E96: hue angle of 316.1º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21E96 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 30 150 -
CMYK 0 0.85 0.23 0.24
HSL 316.1º 0.73% 0.44% -
HSV(B) 316.1º 0.85% 0.76% -
XYZ 28.22 14.6 30.19 -
YUV 92.72 160.33 200.24 -
System Red Green Blue C M Y K H S L
Decimal 194 30 150 0 0.85 0.23 0.24 316.1 0.73 0.44
Hex C2 1E 96 0 55 17 18 13C 49 2C
Octal 302 36 226 0 125 27 30 474 111 54
Binary 11000010 11110 10010110 0 1010101 10111 11000 100111100 1001001 101100

Color Harmonies of #C21E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E96

Black with #C21E96

Text Example


Text Example

White with #C21E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E96; }

 p { color: rgb(194,30,150); }

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

background-color css

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

 a { background-color: rgb(194,30,150); }

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

border-color css

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

 span { border-color: rgb(194,30,150); }

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