Html Css Color HEX #C21079 Medium Violet Red

📋 copy color: '#C21079'

red 194 ◦ green 16 ◦ blue 121

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

Shades of Medium Violet Red #C21079

Tints of Medium Violet Red #C21079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.83%

 BLUE value IS 121 (47.66% from 255) = 36.56%

R = 58.61%
G = 4.83%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C21079 (or 0xC21079) is known color: Medium Violet Red. HEX triplet: C2, 10 and 79. RGB value is (194,16,121). Sum of RGB (Red+Green+Blue) = 194+16+121=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C21079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21079 is #3DEF86. Grayscale: #505050. Windows color (decimal): -4059015 or 7934146. OLE color: 7934146.

HSL color Cylindrical-coordinate representation of color #C21079: hue angle of 324.61º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21079 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 16 121 -
CMYK 0 0.92 0.38 0.24
HSL 324.61º 0.85% 0.41% -
HSV(B) 324.61º 0.92% 0.76% -
XYZ 25.88 13.22 19.28 -
YUV 81.19 150.47 208.46 -
System Red Green Blue C M Y K H S L
Decimal 194 16 121 0 0.92 0.38 0.24 324.61 0.85 0.41
Hex C2 10 79 0 5C 26 18 145 55 29
Octal 302 20 171 0 134 46 30 505 125 51
Binary 11000010 10000 1111001 0 1011100 100110 11000 101000101 1010101 101001

Color Harmonies of #C21079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21079

Black with #C21079

Text Example


Text Example

White with #C21079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21079; }

 p { color: rgb(194,16,121); }

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

background-color css

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

 a { background-color: rgb(194,16,121); }

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

border-color css

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

 span { border-color: rgb(194,16,121); }

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