Html Css Color HEX #C12491 Medium Violet Red

📋 copy color: '#C12491'

red 193 ◦ green 36 ◦ blue 145

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

Shades of Medium Violet Red #C12491

Tints of Medium Violet Red #C12491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.63%

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

R = 51.6%
G = 9.63%
B = 38.77%

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

#C12491 (or 0xC12491) is known color: Medium Violet Red. HEX triplet: C1, 24 and 91. RGB value is (193,36,145). Sum of RGB (Red+Green+Blue) = 193+36+145=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C12491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12491 is #3EDB6E. Grayscale: #5F5F5F. Windows color (decimal): -4119407 or 9512129. OLE color: 9512129.

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

Color convert

RGB 193 36 145 -
CMYK 0 0.81 0.25 0.24
HSL 318.34º 0.69% 0.45% -
HSV(B) 318.34º 0.81% 0.76% -
XYZ 27.73 14.64 28.15 -
YUV 95.37 156.01 197.64 -
System Red Green Blue C M Y K H S L
Decimal 193 36 145 0 0.81 0.25 0.24 318.34 0.69 0.45
Hex C1 24 91 0 51 19 18 13E 45 2D
Octal 301 44 221 0 121 31 30 476 105 55
Binary 11000001 100100 10010001 0 1010001 11001 11000 100111110 1000101 101101

Color Harmonies of #C12491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12491

Black with #C12491

Text Example


Text Example

White with #C12491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12491; }

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

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

background-color css

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

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

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

border-color css

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

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

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