Html Css Color HEX #C21E94 Medium Violet Red

📋 copy color: '#C21E94'

red 194 ◦ green 30 ◦ blue 148

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

Shades of Medium Violet Red #C21E94

Tints of Medium Violet Red #C21E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.78%

R = 52.15%
G = 8.06%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C21E94 (or 0xC21E94) is known color: Medium Violet Red. HEX triplet: C2, 1E and 94. RGB value is (194,30,148). Sum of RGB (Red+Green+Blue) = 194+30+148=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E94 is #3DE16B. Grayscale: #5C5C5C. Windows color (decimal): -4055404 or 9707202. OLE color: 9707202.

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

Color convert

RGB 194 30 148 -
CMYK 0 0.85 0.24 0.24
HSL 316.83º 0.73% 0.44% -
HSV(B) 316.83º 0.85% 0.76% -
XYZ 28.06 14.54 29.34 -
YUV 92.49 159.33 200.41 -
System Red Green Blue C M Y K H S L
Decimal 194 30 148 0 0.85 0.24 0.24 316.83 0.73 0.44
Hex C2 1E 94 0 55 18 18 13D 49 2C
Octal 302 36 224 0 125 30 30 475 111 54
Binary 11000010 11110 10010100 0 1010101 11000 11000 100111101 1001001 101100

Color Harmonies of #C21E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E94

Black with #C21E94

Text Example


Text Example

White with #C21E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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