Html Css Color HEX #C12192 Medium Violet Red

📋 copy color: '#C12192'

red 193 ◦ green 33 ◦ blue 146

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

Shades of Medium Violet Red #C12192

Tints of Medium Violet Red #C12192

RGB

 RED value IS 193 (75.78% from 255) = 51.88%

 GREEN value IS 33 (13.28% from 255) = 8.87%

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

R = 51.88%
G = 8.87%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C12192 (or 0xC12192) is known color: Medium Violet Red. HEX triplet: C1, 21 and 92. RGB value is (193,33,146). Sum of RGB (Red+Green+Blue) = 193+33+146=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C12192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12192 is #3EDE6D. Grayscale: #5D5D5D. Windows color (decimal): -4120174 or 9576897. OLE color: 9576897.

HSL color Cylindrical-coordinate representation of color #C12192: hue angle of 317.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12192 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 33 146 -
CMYK 0 0.83 0.24 0.24
HSL 317.63º 0.71% 0.44% -
HSV(B) 317.63º 0.83% 0.76% -
XYZ 27.72 14.5 28.53 -
YUV 93.72 157.51 198.81 -
System Red Green Blue C M Y K H S L
Decimal 193 33 146 0 0.83 0.24 0.24 317.63 0.71 0.44
Hex C1 21 92 0 53 18 18 13E 47 2C
Octal 301 41 222 0 123 30 30 476 107 54
Binary 11000001 100001 10010010 0 1010011 11000 11000 100111110 1000111 101100

Color Harmonies of #C12192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12192

Black with #C12192

Text Example


Text Example

White with #C12192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12192; }

 p { color: rgb(193,33,146); }

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

background-color css

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

 a { background-color: rgb(193,33,146); }

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

border-color css

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

 span { border-color: rgb(193,33,146); }

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