Html Css Color HEX #C12595 Medium Red Violet

📋 copy color: '#C12595'

red 193 ◦ green 37 ◦ blue 149

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

Shades of Medium Red Violet #C12595

Tints of Medium Red Violet #C12595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.31%

R = 50.92%
G = 9.76%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C12595 (or 0xC12595) is known color: Medium Red Violet. HEX triplet: C1, 25 and 95. RGB value is (193,37,149). Sum of RGB (Red+Green+Blue) = 193+37+149=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C12595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12595 is #3EDA6A. Grayscale: #606060. Windows color (decimal): -4119147 or 9774529. OLE color: 9774529.

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

Color convert

RGB 193 37 149 -
CMYK 0 0.81 0.23 0.24
HSL 316.92º 0.68% 0.45% -
HSV(B) 316.92º 0.81% 0.76% -
XYZ 28.08 14.83 29.82 -
YUV 96.41 157.68 196.89 -
System Red Green Blue C M Y K H S L
Decimal 193 37 149 0 0.81 0.23 0.24 316.92 0.68 0.45
Hex C1 25 95 0 51 17 18 13D 44 2D
Octal 301 45 225 0 121 27 30 475 104 55
Binary 11000001 100101 10010101 0 1010001 10111 11000 100111101 1000100 101101

Color Harmonies of #C12595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12595

Black with #C12595

Text Example


Text Example

White with #C12595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12595; }

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

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

background-color css

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

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

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

border-color css

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

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

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