Html Css Color HEX #C21196 Medium Violet Red

📋 copy color: '#C21196'

red 194 ◦ green 17 ◦ blue 150

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

Shades of Medium Violet Red #C21196

Tints of Medium Violet Red #C21196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.55%

R = 53.74%
G = 4.71%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C21196 (or 0xC21196) is known color: Medium Violet Red. HEX triplet: C2, 11 and 96. RGB value is (194,17,150). Sum of RGB (Red+Green+Blue) = 194+17+150=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C21196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21196 is #3DEE69. Grayscale: #545454. Windows color (decimal): -4058730 or 9834946. OLE color: 9834946.

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

Color convert

RGB 194 17 150 -
CMYK 0 0.91 0.23 0.24
HSL 314.92º 0.84% 0.41% -
HSV(B) 314.92º 0.91% 0.76% -
XYZ 27.95 14.07 30.1 -
YUV 85.09 164.64 205.69 -
System Red Green Blue C M Y K H S L
Decimal 194 17 150 0 0.91 0.23 0.24 314.92 0.84 0.41
Hex C2 11 96 0 5B 17 18 13B 54 29
Octal 302 21 226 0 133 27 30 473 124 51
Binary 11000010 10001 10010110 0 1011011 10111 11000 100111011 1010100 101001

Color Harmonies of #C21196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21196

Black with #C21196

Text Example


Text Example

White with #C21196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21196; }

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

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

background-color css

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

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

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

border-color css

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

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

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