Html Css Color HEX #C21E8A Medium Violet Red

📋 copy color: '#C21E8A'

red 194 ◦ green 30 ◦ blue 138

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

Shades of Medium Violet Red #C21E8A

Tints of Medium Violet Red #C21E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 53.59%
G = 8.29%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C21E8A (or 0xC21E8A) is known color: Medium Violet Red. HEX triplet: C2, 1E and 8A. RGB value is (194,30,138). Sum of RGB (Red+Green+Blue) = 194+30+138=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E8A is #3DE175. Grayscale: #5B5B5B. Windows color (decimal): -4055414 or 9051842. OLE color: 9051842.

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

Color convert

RGB 194 30 138 -
CMYK 0 0.85 0.29 0.24
HSL 320.49º 0.73% 0.44% -
HSV(B) 320.49º 0.85% 0.76% -
XYZ 27.3 14.23 25.35 -
YUV 91.35 154.33 201.22 -
System Red Green Blue C M Y K H S L
Decimal 194 30 138 0 0.85 0.29 0.24 320.49 0.73 0.44
Hex C2 1E 8A 0 55 1D 18 140 49 2C
Octal 302 36 212 0 125 35 30 500 111 54
Binary 11000010 11110 10001010 0 1010101 11101 11000 101000000 1001001 101100

Color Harmonies of #C21E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E8A

Black with #C21E8A

Text Example


Text Example

White with #C21E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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