Html Css Color HEX #C12479 Medium Red Violet

📋 copy color: '#C12479'

red 193 ◦ green 36 ◦ blue 121

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

Shades of Medium Red Violet #C12479

Tints of Medium Red Violet #C12479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.29%

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

R = 55.14%
G = 10.29%
B = 34.57%

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

#C12479 (or 0xC12479) is known color: Medium Red Violet. HEX triplet: C1, 24 and 79. RGB value is (193,36,121). Sum of RGB (Red+Green+Blue) = 193+36+121=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C12479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12479 is #3EDB86. Grayscale: #5C5C5C. Windows color (decimal): -4119431 or 7939265. OLE color: 7939265.

HSL color Cylindrical-coordinate representation of color #C12479: hue angle of 327.52º degrees, saturation: 0.69, 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 #C12479 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 36 121 -
CMYK 0 0.81 0.37 0.24
HSL 327.52º 0.69% 0.45% -
HSV(B) 327.52º 0.81% 0.76% -
XYZ 26.07 13.98 19.41 -
YUV 92.63 144.01 199.59 -
System Red Green Blue C M Y K H S L
Decimal 193 36 121 0 0.81 0.37 0.24 327.52 0.69 0.45
Hex C1 24 79 0 51 25 18 148 45 2D
Octal 301 44 171 0 121 45 30 510 105 55
Binary 11000001 100100 1111001 0 1010001 100101 11000 101001000 1000101 101101

Color Harmonies of #C12479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12479

Black with #C12479

Text Example


Text Example

White with #C12479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12479; }

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

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

background-color css

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

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

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

border-color css

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

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

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