Html Css Color HEX #C21E78 Medium Violet Red

📋 copy color: '#C21E78'

red 194 ◦ green 30 ◦ blue 120

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

Shades of Medium Violet Red #C21E78

Tints of Medium Violet Red #C21E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.88%

R = 56.4%
G = 8.72%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C21E78 (or 0xC21E78) is known color: Medium Violet Red. HEX triplet: C2, 1E and 78. RGB value is (194,30,120). Sum of RGB (Red+Green+Blue) = 194+30+120=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E78 is #3DE187. Grayscale: #595959. Windows color (decimal): -4055432 or 7872194. OLE color: 7872194.

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

Color convert

RGB 194 30 120 -
CMYK 0 0.85 0.38 0.24
HSL 327.07º 0.73% 0.44% -
HSV(B) 327.07º 0.85% 0.76% -
XYZ 26.1 13.75 19.05 -
YUV 89.3 145.33 202.68 -
System Red Green Blue C M Y K H S L
Decimal 194 30 120 0 0.85 0.38 0.24 327.07 0.73 0.44
Hex C2 1E 78 0 55 26 18 147 49 2C
Octal 302 36 170 0 125 46 30 507 111 54
Binary 11000010 11110 1111000 0 1010101 100110 11000 101000111 1001001 101100

Color Harmonies of #C21E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E78

Black with #C21E78

Text Example


Text Example

White with #C21E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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