Html Css Color HEX #C21E76 Medium Violet Red

📋 copy color: '#C21E76'

red 194 ◦ green 30 ◦ blue 118

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

Shades of Medium Violet Red #C21E76

Tints of Medium Violet Red #C21E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 56.73%
G = 8.77%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C21E76 (or 0xC21E76) is known color: Medium Violet Red. HEX triplet: C2, 1E and 76. RGB value is (194,30,118). Sum of RGB (Red+Green+Blue) = 194+30+118=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E76 is #3DE189. Grayscale: #585858. Windows color (decimal): -4055434 or 7741122. OLE color: 7741122.

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

Color convert

RGB 194 30 118 -
CMYK 0 0.85 0.39 0.24
HSL 327.8º 0.73% 0.44% -
HSV(B) 327.8º 0.85% 0.76% -
XYZ 25.98 13.71 18.42 -
YUV 89.07 144.33 202.84 -
System Red Green Blue C M Y K H S L
Decimal 194 30 118 0 0.85 0.39 0.24 327.8 0.73 0.44
Hex C2 1E 76 0 55 27 18 148 49 2C
Octal 302 36 166 0 125 47 30 510 111 54
Binary 11000010 11110 1110110 0 1010101 100111 11000 101001000 1001001 101100

Color Harmonies of #C21E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E76

Black with #C21E76

Text Example


Text Example

White with #C21E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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