Html Css Color HEX #C12195 Medium Violet Red

📋 copy color: '#C12195'

red 193 ◦ green 33 ◦ blue 149

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

Shades of Medium Violet Red #C12195

Tints of Medium Violet Red #C12195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.73%

R = 51.47%
G = 8.8%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C12195 (or 0xC12195) is known color: Medium Violet Red. HEX triplet: C1, 21 and 95. RGB value is (193,33,149). Sum of RGB (Red+Green+Blue) = 193+33+149=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C12195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12195 is #3EDE6A. Grayscale: #5D5D5D. Windows color (decimal): -4120171 or 9773505. OLE color: 9773505.

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

Color convert

RGB 193 33 149 -
CMYK 0 0.83 0.23 0.24
HSL 316.5º 0.71% 0.44% -
HSV(B) 316.5º 0.83% 0.76% -
XYZ 27.96 14.6 29.78 -
YUV 94.06 159.01 198.57 -
System Red Green Blue C M Y K H S L
Decimal 193 33 149 0 0.83 0.23 0.24 316.5 0.71 0.44
Hex C1 21 95 0 53 17 18 13C 47 2C
Octal 301 41 225 0 123 27 30 474 107 54
Binary 11000001 100001 10010101 0 1010011 10111 11000 100111100 1000111 101100

Color Harmonies of #C12195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12195

Black with #C12195

Text Example


Text Example

White with #C12195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12195; }

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

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

background-color css

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

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

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

border-color css

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

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

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