Html Css Color HEX #C21E72 Medium Violet Red

📋 copy color: '#C21E72'

red 194 ◦ green 30 ◦ blue 114

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

Shades of Medium Violet Red #C21E72

Tints of Medium Violet Red #C21E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 57.4%
G = 8.88%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C21E72 (or 0xC21E72) is known color: Medium Violet Red. HEX triplet: C2, 1E and 72. RGB value is (194,30,114). Sum of RGB (Red+Green+Blue) = 194+30+114=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E72 is #3DE18D. Grayscale: #585858. Windows color (decimal): -4055438 or 7478978. OLE color: 7478978.

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

Color convert

RGB 194 30 114 -
CMYK 0 0.85 0.41 0.24
HSL 329.27º 0.73% 0.44% -
HSV(B) 329.27º 0.85% 0.76% -
XYZ 25.75 13.61 17.19 -
YUV 88.61 142.33 203.17 -
System Red Green Blue C M Y K H S L
Decimal 194 30 114 0 0.85 0.41 0.24 329.27 0.73 0.44
Hex C2 1E 72 0 55 29 18 149 49 2C
Octal 302 36 162 0 125 51 30 511 111 54
Binary 11000010 11110 1110010 0 1010101 101001 11000 101001001 1001001 101100

Color Harmonies of #C21E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E72

Black with #C21E72

Text Example


Text Example

White with #C21E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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