Html Css Color HEX #C12996 Medium Red Violet

📋 copy color: '#C12996'

red 193 ◦ green 41 ◦ blue 150

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

Shades of Medium Red Violet #C12996

Tints of Medium Red Violet #C12996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.68%

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

R = 50.26%
G = 10.68%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C12996 (or 0xC12996) is known color: Medium Red Violet. HEX triplet: C1, 29 and 96. RGB value is (193,41,150). Sum of RGB (Red+Green+Blue) = 193+41+150=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C12996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12996 is #3ED669. Grayscale: #626262. Windows color (decimal): -4118122 or 9841089. OLE color: 9841089.

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

Color convert

RGB 193 41 150 -
CMYK 0 0.79 0.22 0.24
HSL 316.97º 0.65% 0.46% -
HSV(B) 316.97º 0.79% 0.76% -
XYZ 28.29 15.13 30.28 -
YUV 98.87 156.86 195.14 -
System Red Green Blue C M Y K H S L
Decimal 193 41 150 0 0.79 0.22 0.24 316.97 0.65 0.46
Hex C1 29 96 0 4F 16 18 13D 41 2E
Octal 301 51 226 0 117 26 30 475 101 56
Binary 11000001 101001 10010110 0 1001111 10110 11000 100111101 1000001 101110

Color Harmonies of #C12996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12996

Black with #C12996

Text Example


Text Example

White with #C12996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12996; }

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

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

background-color css

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

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

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

border-color css

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

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

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