Html Css Color HEX #C21178 Medium Violet Red

📋 copy color: '#C21178'

red 194 ◦ green 17 ◦ blue 120

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

Shades of Medium Violet Red #C21178

Tints of Medium Violet Red #C21178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.14%

 BLUE value IS 120 (47.27% from 255) = 36.25%

R = 58.61%
G = 5.14%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C21178 (or 0xC21178) is known color: Medium Violet Red. HEX triplet: C2, 11 and 78. RGB value is (194,17,120). Sum of RGB (Red+Green+Blue) = 194+17+120=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C21178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21178 is #3DEE87. Grayscale: #515151. Windows color (decimal): -4058760 or 7868866. OLE color: 7868866.

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

Color convert

RGB 194 17 120 -
CMYK 0 0.91 0.38 0.24
HSL 325.08º 0.84% 0.41% -
HSV(B) 325.08º 0.91% 0.76% -
XYZ 25.84 13.23 18.96 -
YUV 81.67 149.64 208.12 -
System Red Green Blue C M Y K H S L
Decimal 194 17 120 0 0.91 0.38 0.24 325.08 0.84 0.41
Hex C2 11 78 0 5B 26 18 145 54 29
Octal 302 21 170 0 133 46 30 505 124 51
Binary 11000010 10001 1111000 0 1011011 100110 11000 101000101 1010100 101001

Color Harmonies of #C21178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21178

Black with #C21178

Text Example


Text Example

White with #C21178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21178; }

 p { color: rgb(194,17,120); }

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

background-color css

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

 a { background-color: rgb(194,17,120); }

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

border-color css

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

 span { border-color: rgb(194,17,120); }

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