Html Css Color HEX #C12771 Medium Red Violet

📋 copy color: '#C12771'

red 193 ◦ green 39 ◦ blue 113

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

Shades of Medium Red Violet #C12771

Tints of Medium Red Violet #C12771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.75%

R = 55.94%
G = 11.3%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C12771 (or 0xC12771) is known color: Medium Red Violet. HEX triplet: C1, 27 and 71. RGB value is (193,39,113). Sum of RGB (Red+Green+Blue) = 193+39+113=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C12771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12771 is #3ED88E. Grayscale: #5D5D5D. Windows color (decimal): -4118671 or 7415745. OLE color: 7415745.

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

Color convert

RGB 193 39 113 -
CMYK 0 0.80 0.41 0.24
HSL 331.17º 0.66% 0.45% -
HSV(B) 331.17º 0.8% 0.76% -
XYZ 25.7 13.98 16.97 -
YUV 93.48 139.02 198.98 -
System Red Green Blue C M Y K H S L
Decimal 193 39 113 0 0.80 0.41 0.24 331.17 0.66 0.45
Hex C1 27 71 0 50 29 18 14B 42 2D
Octal 301 47 161 0 120 51 30 513 102 55
Binary 11000001 100111 1110001 0 1010000 101001 11000 101001011 1000010 101101

Color Harmonies of #C12771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12771

Black with #C12771

Text Example


Text Example

White with #C12771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12771; }

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

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

background-color css

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

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

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

border-color css

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

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

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