Html Css Color HEX #C12496 Medium Violet Red

📋 copy color: '#C12496'

red 193 ◦ green 36 ◦ blue 150

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

Shades of Medium Violet Red #C12496

Tints of Medium Violet Red #C12496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.5%

 BLUE value IS 150 (58.98% from 255) = 39.58%

R = 50.92%
G = 9.5%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C12496 (or 0xC12496) is known color: Medium Violet Red. HEX triplet: C1, 24 and 96. RGB value is (193,36,150). Sum of RGB (Red+Green+Blue) = 193+36+150=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C12496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12496 is #3EDB69. Grayscale: #5F5F5F. Windows color (decimal): -4119402 or 9839809. OLE color: 9839809.

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

Color convert

RGB 193 36 150 -
CMYK 0 0.81 0.22 0.24
HSL 316.43º 0.69% 0.45% -
HSV(B) 316.43º 0.81% 0.76% -
XYZ 28.13 14.8 30.23 -
YUV 95.94 158.51 197.23 -
System Red Green Blue C M Y K H S L
Decimal 193 36 150 0 0.81 0.22 0.24 316.43 0.69 0.45
Hex C1 24 96 0 51 16 18 13C 45 2D
Octal 301 44 226 0 121 26 30 474 105 55
Binary 11000001 100100 10010110 0 1010001 10110 11000 100111100 1000101 101101

Color Harmonies of #C12496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12496

Black with #C12496

Text Example


Text Example

White with #C12496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12496; }

 p { color: rgb(193,36,150); }

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

background-color css

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

 a { background-color: rgb(193,36,150); }

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

border-color css

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

 span { border-color: rgb(193,36,150); }

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