Html Css Color HEX #C12C80 Medium Red Violet

📋 copy color: '#C12C80'

red 193 ◦ green 44 ◦ blue 128

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

Shades of Medium Red Violet #C12C80

Tints of Medium Red Violet #C12C80

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.05%

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

R = 52.88%
G = 12.05%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C12C80 (or 0xC12C80) is known color: Medium Red Violet. HEX triplet: C1, 2C and 80. RGB value is (193,44,128). Sum of RGB (Red+Green+Blue) = 193+44+128=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12C80 is #3ED37F. Grayscale: #616161. Windows color (decimal): -4117376 or 8400065. OLE color: 8400065.

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

Color convert

RGB 193 44 128 -
CMYK 0 0.77 0.34 0.24
HSL 326.17º 0.63% 0.46% -
HSV(B) 326.17º 0.77% 0.76% -
XYZ 26.79 14.7 21.85 -
YUV 98.13 144.86 195.67 -
System Red Green Blue C M Y K H S L
Decimal 193 44 128 0 0.77 0.34 0.24 326.17 0.63 0.46
Hex C1 2C 80 0 4D 22 18 146 3F 2E
Octal 301 54 200 0 115 42 30 506 77 56
Binary 11000001 101100 10000000 0 1001101 100010 11000 101000110 111111 101110

Color Harmonies of #C12C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C80

Black with #C12C80

Text Example


Text Example

White with #C12C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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