Html Css Color HEX #C12096 Medium Violet Red

📋 copy color: '#C12096'

red 193 ◦ green 32 ◦ blue 150

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

Shades of Medium Violet Red #C12096

Tints of Medium Violet Red #C12096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.53%

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

R = 51.47%
G = 8.53%
B = 40%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C12096 (or 0xC12096) is known color: Medium Violet Red. HEX triplet: C1, 20 and 96. RGB value is (193,32,150). Sum of RGB (Red+Green+Blue) = 193+32+150=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C12096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12096 is #3EDF69. Grayscale: #5D5D5D. Windows color (decimal): -4120426 or 9838785. OLE color: 9838785.

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

Color convert

RGB 193 32 150 -
CMYK 0 0.83 0.22 0.24
HSL 316.02º 0.72% 0.44% -
HSV(B) 316.02º 0.83% 0.76% -
XYZ 28.01 14.57 30.19 -
YUV 93.59 159.84 198.91 -
System Red Green Blue C M Y K H S L
Decimal 193 32 150 0 0.83 0.22 0.24 316.02 0.72 0.44
Hex C1 20 96 0 53 16 18 13C 48 2C
Octal 301 40 226 0 123 26 30 474 110 54
Binary 11000001 100000 10010110 0 1010011 10110 11000 100111100 1001000 101100

Color Harmonies of #C12096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12096

Black with #C12096

Text Example


Text Example

White with #C12096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12096; }

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

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

background-color css

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

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

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

border-color css

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

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

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