Html Css Color HEX #C21EA3 Medium Violet Red

📋 copy color: '#C21EA3'

red 194 ◦ green 30 ◦ blue 163

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

Shades of Medium Violet Red #C21EA3

Tints of Medium Violet Red #C21EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.12%

R = 50.13%
G = 7.75%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C21EA3 (or 0xC21EA3) is known color: Medium Violet Red. HEX triplet: C2, 1E and A3. RGB value is (194,30,163). Sum of RGB (Red+Green+Blue) = 194+30+163=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C21EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21EA3 is #3DE15C. Grayscale: #5D5D5D. Windows color (decimal): -4055389 or 10690242. OLE color: 10690242.

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

Color convert

RGB 194 30 163 -
CMYK 0 0.85 0.16 0.24
HSL 311.34º 0.73% 0.44% -
HSV(B) 311.34º 0.85% 0.76% -
XYZ 29.32 15.04 36.01 -
YUV 94.2 166.83 199.19 -
System Red Green Blue C M Y K H S L
Decimal 194 30 163 0 0.85 0.16 0.24 311.34 0.73 0.44
Hex C2 1E A3 0 55 10 18 137 49 2C
Octal 302 36 243 0 125 20 30 467 111 54
Binary 11000010 11110 10100011 0 1010101 10000 11000 100110111 1001001 101100

Color Harmonies of #C21EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21EA3

Black with #C21EA3

Text Example


Text Example

White with #C21EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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