Html Css Color HEX #C12596 Medium Red Violet

📋 copy color: '#C12596'

red 193 ◦ green 37 ◦ blue 150

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

Shades of Medium Red Violet #C12596

Tints of Medium Red Violet #C12596

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.74%

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

R = 50.79%
G = 9.74%
B = 39.47%

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

#C12596 (or 0xC12596) is known color: Medium Red Violet. HEX triplet: C1, 25 and 96. RGB value is (193,37,150). Sum of RGB (Red+Green+Blue) = 193+37+150=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C12596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12596 is #3EDA69. Grayscale: #606060. Windows color (decimal): -4119146 or 9840065. OLE color: 9840065.

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

Color convert

RGB 193 37 150 -
CMYK 0 0.81 0.22 0.24
HSL 316.54º 0.68% 0.45% -
HSV(B) 316.54º 0.81% 0.76% -
XYZ 28.16 14.86 30.24 -
YUV 96.53 158.18 196.81 -
System Red Green Blue C M Y K H S L
Decimal 193 37 150 0 0.81 0.22 0.24 316.54 0.68 0.45
Hex C1 25 96 0 51 16 18 13D 44 2D
Octal 301 45 226 0 121 26 30 475 104 55
Binary 11000001 100101 10010110 0 1010001 10110 11000 100111101 1000100 101101

Color Harmonies of #C12596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12596

Black with #C12596

Text Example


Text Example

White with #C12596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12596; }

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

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

background-color css

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

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

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

border-color css

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

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

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