Html Css Color HEX #C21192 Medium Violet Red

📋 copy color: '#C21192'

red 194 ◦ green 17 ◦ blue 146

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

Shades of Medium Violet Red #C21192

Tints of Medium Violet Red #C21192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.9%

R = 54.34%
G = 4.76%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C21192 (or 0xC21192) is known color: Medium Violet Red. HEX triplet: C2, 11 and 92. RGB value is (194,17,146). Sum of RGB (Red+Green+Blue) = 194+17+146=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C21192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21192 is #3DEE6D. Grayscale: #545454. Windows color (decimal): -4058734 or 9572802. OLE color: 9572802.

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

Color convert

RGB 194 17 146 -
CMYK 0 0.91 0.25 0.24
HSL 316.27º 0.84% 0.41% -
HSV(B) 316.27º 0.91% 0.76% -
XYZ 27.64 13.95 28.43 -
YUV 84.63 162.64 206.01 -
System Red Green Blue C M Y K H S L
Decimal 194 17 146 0 0.91 0.25 0.24 316.27 0.84 0.41
Hex C2 11 92 0 5B 19 18 13C 54 29
Octal 302 21 222 0 133 31 30 474 124 51
Binary 11000010 10001 10010010 0 1011011 11001 11000 100111100 1010100 101001

Color Harmonies of #C21192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21192

Black with #C21192

Text Example


Text Example

White with #C21192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21192; }

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

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

background-color css

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

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

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

border-color css

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

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

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