Html Css Color HEX #C12791 Medium Red Violet

📋 copy color: '#C12791'

red 193 ◦ green 39 ◦ blue 145

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

Shades of Medium Red Violet #C12791

Tints of Medium Red Violet #C12791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.34%

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

R = 51.19%
G = 10.34%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C12791 (or 0xC12791) is known color: Medium Red Violet. HEX triplet: C1, 27 and 91. RGB value is (193,39,145). Sum of RGB (Red+Green+Blue) = 193+39+145=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C12791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12791 is #3ED86E. Grayscale: #606060. Windows color (decimal): -4118639 or 9512897. OLE color: 9512897.

HSL color Cylindrical-coordinate representation of color #C12791: hue angle of 318.7º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12791 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 145 -
CMYK 0 0.80 0.25 0.24
HSL 318.7º 0.66% 0.45% -
HSV(B) 318.7º 0.8% 0.76% -
XYZ 27.83 14.83 28.18 -
YUV 97.13 155.02 196.38 -
System Red Green Blue C M Y K H S L
Decimal 193 39 145 0 0.80 0.25 0.24 318.7 0.66 0.45
Hex C1 27 91 0 50 19 18 13F 42 2D
Octal 301 47 221 0 120 31 30 477 102 55
Binary 11000001 100111 10010001 0 1010000 11001 11000 100111111 1000010 101101

Color Harmonies of #C12791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12791

Black with #C12791

Text Example


Text Example

White with #C12791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12791; }

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

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

background-color css

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

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

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

border-color css

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

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

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