Html Css Color HEX #C21E71 Medium Violet Red

📋 copy color: '#C21E71'

red 194 ◦ green 30 ◦ blue 113

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

Shades of Medium Violet Red #C21E71

Tints of Medium Violet Red #C21E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.53%

R = 57.57%
G = 8.9%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C21E71 (or 0xC21E71) is known color: Medium Violet Red. HEX triplet: C2, 1E and 71. RGB value is (194,30,113). Sum of RGB (Red+Green+Blue) = 194+30+113=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E71 is #3DE18E. Grayscale: #585858. Windows color (decimal): -4055439 or 7413442. OLE color: 7413442.

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

Color convert

RGB 194 30 113 -
CMYK 0 0.85 0.42 0.24
HSL 329.63º 0.73% 0.44% -
HSV(B) 329.63º 0.85% 0.76% -
XYZ 25.69 13.59 16.89 -
YUV 88.5 141.83 203.25 -
System Red Green Blue C M Y K H S L
Decimal 194 30 113 0 0.85 0.42 0.24 329.63 0.73 0.44
Hex C2 1E 71 0 55 2A 18 14A 49 2C
Octal 302 36 161 0 125 52 30 512 111 54
Binary 11000010 11110 1110001 0 1010101 101010 11000 101001010 1001001 101100

Color Harmonies of #C21E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E71

Black with #C21E71

Text Example


Text Example

White with #C21E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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