Html Css Color HEX #C12A80 Medium Red Violet

📋 copy color: '#C12A80'

red 193 ◦ green 42 ◦ blue 128

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

Shades of Medium Red Violet #C12A80

Tints of Medium Red Violet #C12A80

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.57%

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 53.17%
G = 11.57%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C12A80 (or 0xC12A80) is known color: Medium Red Violet. HEX triplet: C1, 2A and 80. RGB value is (193,42,128). Sum of RGB (Red+Green+Blue) = 193+42+128=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12A80 is #3ED57F. Grayscale: #606060. Windows color (decimal): -4117888 or 8399553. OLE color: 8399553.

HSL color Cylindrical-coordinate representation of color #C12A80: hue angle of 325.83º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12A80 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 42 128 -
CMYK 0 0.78 0.34 0.24
HSL 325.83º 0.64% 0.46% -
HSV(B) 325.83º 0.78% 0.76% -
XYZ 26.72 14.55 21.82 -
YUV 96.95 145.53 196.51 -
System Red Green Blue C M Y K H S L
Decimal 193 42 128 0 0.78 0.34 0.24 325.83 0.64 0.46
Hex C1 2A 80 0 4E 22 18 146 40 2E
Octal 301 52 200 0 116 42 30 506 100 56
Binary 11000001 101010 10000000 0 1001110 100010 11000 101000110 1000000 101110

Color Harmonies of #C12A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12A80

Black with #C12A80

Text Example


Text Example

White with #C12A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12A80; }

 p { color: rgb(193,42,128); }

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

background-color css

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

 a { background-color: rgb(193,42,128); }

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

border-color css

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

 span { border-color: rgb(193,42,128); }

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