Html Css Color HEX #C21F77 Medium Violet Red

📋 copy color: '#C21F77'

red 194 ◦ green 31 ◦ blue 119

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

Shades of Medium Violet Red #C21F77

Tints of Medium Violet Red #C21F77

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.01%

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 56.4%
G = 9.01%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C21F77 (or 0xC21F77) is known color: Medium Violet Red. HEX triplet: C2, 1F and 77. RGB value is (194,31,119). Sum of RGB (Red+Green+Blue) = 194+31+119=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F77 is #3DE088. Grayscale: #595959. Windows color (decimal): -4055177 or 7806914. OLE color: 7806914.

HSL color Cylindrical-coordinate representation of color #C21F77: hue angle of 327.61º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F77 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 31 119 -
CMYK 0 0.84 0.39 0.24
HSL 327.61º 0.72% 0.44% -
HSV(B) 327.61º 0.84% 0.76% -
XYZ 26.07 13.78 18.74 -
YUV 89.77 144.5 202.34 -
System Red Green Blue C M Y K H S L
Decimal 194 31 119 0 0.84 0.39 0.24 327.61 0.72 0.44
Hex C2 1F 77 0 54 27 18 148 48 2C
Octal 302 37 167 0 124 47 30 510 110 54
Binary 11000010 11111 1110111 0 1010100 100111 11000 101001000 1001000 101100

Color Harmonies of #C21F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F77

Black with #C21F77

Text Example


Text Example

White with #C21F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F77; }

 p { color: rgb(194,31,119); }

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

background-color css

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

 a { background-color: rgb(194,31,119); }

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

border-color css

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

 span { border-color: rgb(194,31,119); }

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