Html Css Color HEX #C12394 Medium Violet Red

📋 copy color: '#C12394'

red 193 ◦ green 35 ◦ blue 148

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

Shades of Medium Violet Red #C12394

Tints of Medium Violet Red #C12394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.31%

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

R = 51.33%
G = 9.31%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C12394 (or 0xC12394) is known color: Medium Violet Red. HEX triplet: C1, 23 and 94. RGB value is (193,35,148). Sum of RGB (Red+Green+Blue) = 193+35+148=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C12394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12394 is #3EDC6B. Grayscale: #5E5E5E. Windows color (decimal): -4119660 or 9708481. OLE color: 9708481.

HSL color Cylindrical-coordinate representation of color #C12394: hue angle of 317.09º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12394 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 35 148 -
CMYK 0 0.82 0.23 0.24
HSL 317.09º 0.69% 0.45% -
HSV(B) 317.09º 0.82% 0.76% -
XYZ 27.94 14.68 29.38 -
YUV 95.12 157.85 197.81 -
System Red Green Blue C M Y K H S L
Decimal 193 35 148 0 0.82 0.23 0.24 317.09 0.69 0.45
Hex C1 23 94 0 52 17 18 13D 45 2D
Octal 301 43 224 0 122 27 30 475 105 55
Binary 11000001 100011 10010100 0 1010010 10111 11000 100111101 1000101 101101

Color Harmonies of #C12394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12394

Black with #C12394

Text Example


Text Example

White with #C12394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12394; }

 p { color: rgb(193,35,148); }

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

background-color css

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

 a { background-color: rgb(193,35,148); }

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

border-color css

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

 span { border-color: rgb(193,35,148); }

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