Html Css Color HEX #C21C71 Medium Violet Red

📋 copy color: '#C21C71'

red 194 ◦ green 28 ◦ blue 113

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

Shades of Medium Violet Red #C21C71

Tints of Medium Violet Red #C21C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.36%

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

R = 57.91%
G = 8.36%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C21C71 (or 0xC21C71) is known color: Medium Violet Red. HEX triplet: C2, 1C and 71. RGB value is (194,28,113). Sum of RGB (Red+Green+Blue) = 194+28+113=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21C71 is #3DE38E. Grayscale: #575757. Windows color (decimal): -4055951 or 7412930. OLE color: 7412930.

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

Color convert

RGB 194 28 113 -
CMYK 0 0.86 0.42 0.24
HSL 329.28º 0.75% 0.44% -
HSV(B) 329.28º 0.86% 0.76% -
XYZ 25.64 13.49 16.88 -
YUV 87.32 142.5 204.09 -
System Red Green Blue C M Y K H S L
Decimal 194 28 113 0 0.86 0.42 0.24 329.28 0.75 0.44
Hex C2 1C 71 0 56 2A 18 149 4B 2C
Octal 302 34 161 0 126 52 30 511 113 54
Binary 11000010 11100 1110001 0 1010110 101010 11000 101001001 1001011 101100

Color Harmonies of #C21C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C71

Black with #C21C71

Text Example


Text Example

White with #C21C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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