Html Css Color HEX #C12591 Medium Red Violet

📋 copy color: '#C12591'

red 193 ◦ green 37 ◦ blue 145

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

Shades of Medium Red Violet #C12591

Tints of Medium Red Violet #C12591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.67%

R = 51.47%
G = 9.87%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C12591 (or 0xC12591) is known color: Medium Red Violet. HEX triplet: C1, 25 and 91. RGB value is (193,37,145). Sum of RGB (Red+Green+Blue) = 193+37+145=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C12591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12591 is #3EDA6E. Grayscale: #5F5F5F. Windows color (decimal): -4119151 or 9512385. OLE color: 9512385.

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

Color convert

RGB 193 37 145 -
CMYK 0 0.81 0.25 0.24
HSL 318.46º 0.68% 0.45% -
HSV(B) 318.46º 0.81% 0.76% -
XYZ 27.76 14.7 28.16 -
YUV 95.96 155.68 197.22 -
System Red Green Blue C M Y K H S L
Decimal 193 37 145 0 0.81 0.25 0.24 318.46 0.68 0.45
Hex C1 25 91 0 51 19 18 13E 44 2D
Octal 301 45 221 0 121 31 30 476 104 55
Binary 11000001 100101 10010001 0 1010001 11001 11000 100111110 1000100 101101

Color Harmonies of #C12591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12591

Black with #C12591

Text Example


Text Example

White with #C12591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12591; }

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

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

background-color css

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

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

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

border-color css

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

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

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