Html Css Color HEX #C21194 Medium Violet Red

📋 copy color: '#C21194'

red 194 ◦ green 17 ◦ blue 148

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

Shades of Medium Violet Red #C21194

Tints of Medium Violet Red #C21194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.23%

R = 54.04%
G = 4.74%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C21194 (or 0xC21194) is known color: Medium Violet Red. HEX triplet: C2, 11 and 94. RGB value is (194,17,148). Sum of RGB (Red+Green+Blue) = 194+17+148=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C21194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21194 is #3DEE6B. Grayscale: #545454. Windows color (decimal): -4058732 or 9703874. OLE color: 9703874.

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

Color convert

RGB 194 17 148 -
CMYK 0 0.91 0.24 0.24
HSL 315.59º 0.84% 0.41% -
HSV(B) 315.59º 0.91% 0.76% -
XYZ 27.79 14.01 29.26 -
YUV 84.86 163.64 205.85 -
System Red Green Blue C M Y K H S L
Decimal 194 17 148 0 0.91 0.24 0.24 315.59 0.84 0.41
Hex C2 11 94 0 5B 18 18 13C 54 29
Octal 302 21 224 0 133 30 30 474 124 51
Binary 11000010 10001 10010100 0 1011011 11000 11000 100111100 1010100 101001

Color Harmonies of #C21194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21194

Black with #C21194

Text Example


Text Example

White with #C21194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21194; }

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

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

background-color css

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

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

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

border-color css

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

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

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