Html Css Color HEX #C21E74 Medium Violet Red

📋 copy color: '#C21E74'

red 194 ◦ green 30 ◦ blue 116

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

Shades of Medium Violet Red #C21E74

Tints of Medium Violet Red #C21E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.12%

R = 57.06%
G = 8.82%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C21E74 (or 0xC21E74) is known color: Medium Violet Red. HEX triplet: C2, 1E and 74. RGB value is (194,30,116). Sum of RGB (Red+Green+Blue) = 194+30+116=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E74 is #3DE18B. Grayscale: #585858. Windows color (decimal): -4055436 or 7610050. OLE color: 7610050.

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

Color convert

RGB 194 30 116 -
CMYK 0 0.85 0.40 0.24
HSL 328.54º 0.73% 0.44% -
HSV(B) 328.54º 0.85% 0.76% -
XYZ 25.86 13.66 17.8 -
YUV 88.84 143.33 203.01 -
System Red Green Blue C M Y K H S L
Decimal 194 30 116 0 0.85 0.40 0.24 328.54 0.73 0.44
Hex C2 1E 74 0 55 28 18 149 49 2C
Octal 302 36 164 0 125 50 30 511 111 54
Binary 11000010 11110 1110100 0 1010101 101000 11000 101001001 1001001 101100

Color Harmonies of #C21E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E74

Black with #C21E74

Text Example


Text Example

White with #C21E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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