Html Css Color HEX #C12979 Medium Red Violet

📋 copy color: '#C12979'

red 193 ◦ green 41 ◦ blue 121

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

Shades of Medium Red Violet #C12979

Tints of Medium Red Violet #C12979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.55%

 BLUE value IS 121 (47.66% from 255) = 34.08%

R = 54.37%
G = 11.55%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C12979 (or 0xC12979) is known color: Medium Red Violet. HEX triplet: C1, 29 and 79. RGB value is (193,41,121). Sum of RGB (Red+Green+Blue) = 193+41+121=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C12979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12979 is #3ED686. Grayscale: #5F5F5F. Windows color (decimal): -4118151 or 7940545. OLE color: 7940545.

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

Color convert

RGB 193 41 121 -
CMYK 0 0.79 0.37 0.24
HSL 328.42º 0.65% 0.46% -
HSV(B) 328.42º 0.79% 0.76% -
XYZ 26.24 14.3 19.47 -
YUV 95.57 142.36 197.5 -
System Red Green Blue C M Y K H S L
Decimal 193 41 121 0 0.79 0.37 0.24 328.42 0.65 0.46
Hex C1 29 79 0 4F 25 18 148 41 2E
Octal 301 51 171 0 117 45 30 510 101 56
Binary 11000001 101001 1111001 0 1001111 100101 11000 101001000 1000001 101110

Color Harmonies of #C12979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12979

Black with #C12979

Text Example


Text Example

White with #C12979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12979; }

 p { color: rgb(193,41,121); }

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

background-color css

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

 a { background-color: rgb(193,41,121); }

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

border-color css

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

 span { border-color: rgb(193,41,121); }

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