Html Css Color HEX #C21F71 Medium Violet Red

📋 copy color: '#C21F71'

red 194 ◦ green 31 ◦ blue 113

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

Shades of Medium Violet Red #C21F71

Tints of Medium Violet Red #C21F71

RGB

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

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

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

R = 57.4%
G = 9.17%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C21F71 (or 0xC21F71) is known color: Medium Violet Red. HEX triplet: C2, 1F and 71. RGB value is (194,31,113). Sum of RGB (Red+Green+Blue) = 194+31+113=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F71 is #3DE08E. Grayscale: #585858. Windows color (decimal): -4055183 or 7413698. OLE color: 7413698.

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

Color convert

RGB 194 31 113 -
CMYK 0 0.84 0.42 0.24
HSL 329.82º 0.72% 0.44% -
HSV(B) 329.82º 0.84% 0.76% -
XYZ 25.72 13.64 16.9 -
YUV 89.09 141.5 202.83 -
System Red Green Blue C M Y K H S L
Decimal 194 31 113 0 0.84 0.42 0.24 329.82 0.72 0.44
Hex C2 1F 71 0 54 2A 18 14A 48 2C
Octal 302 37 161 0 124 52 30 512 110 54
Binary 11000010 11111 1110001 0 1010100 101010 11000 101001010 1001000 101100

Color Harmonies of #C21F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F71

Black with #C21F71

Text Example


Text Example

White with #C21F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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