Html Css Color HEX #C12579 Medium Red Violet

📋 copy color: '#C12579'

red 193 ◦ green 37 ◦ blue 121

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

Shades of Medium Red Violet #C12579

Tints of Medium Red Violet #C12579

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.54%

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

R = 54.99%
G = 10.54%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C12579 (or 0xC12579) is known color: Medium Red Violet. HEX triplet: C1, 25 and 79. RGB value is (193,37,121). Sum of RGB (Red+Green+Blue) = 193+37+121=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C12579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12579 is #3EDA86. Grayscale: #5D5D5D. Windows color (decimal): -4119175 or 7939521. OLE color: 7939521.

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

Color convert

RGB 193 37 121 -
CMYK 0 0.81 0.37 0.24
HSL 327.69º 0.68% 0.45% -
HSV(B) 327.69º 0.81% 0.76% -
XYZ 26.11 14.04 19.42 -
YUV 93.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 193 37 121 0 0.81 0.37 0.24 327.69 0.68 0.45
Hex C1 25 79 0 51 25 18 148 44 2D
Octal 301 45 171 0 121 45 30 510 104 55
Binary 11000001 100101 1111001 0 1010001 100101 11000 101001000 1000100 101101

Color Harmonies of #C12579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12579

Black with #C12579

Text Example


Text Example

White with #C12579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12579; }

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

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

background-color css

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

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

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

border-color css

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

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

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