Html Css Color HEX #C12879 Medium Red Violet

📋 copy color: '#C12879'

red 193 ◦ green 40 ◦ blue 121

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

Shades of Medium Red Violet #C12879

Tints of Medium Red Violet #C12879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.3%

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

R = 54.52%
G = 11.3%
B = 34.18%

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

#C12879 (or 0xC12879) is known color: Medium Red Violet. HEX triplet: C1, 28 and 79. RGB value is (193,40,121). Sum of RGB (Red+Green+Blue) = 193+40+121=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C12879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12879 is #3ED786. Grayscale: #5E5E5E. Windows color (decimal): -4118407 or 7940289. OLE color: 7940289.

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

Color convert

RGB 193 40 121 -
CMYK 0 0.79 0.37 0.24
HSL 328.24º 0.66% 0.46% -
HSV(B) 328.24º 0.79% 0.76% -
XYZ 26.2 14.24 19.46 -
YUV 94.98 142.69 197.91 -
System Red Green Blue C M Y K H S L
Decimal 193 40 121 0 0.79 0.37 0.24 328.24 0.66 0.46
Hex C1 28 79 0 4F 25 18 148 42 2E
Octal 301 50 171 0 117 45 30 510 102 56
Binary 11000001 101000 1111001 0 1001111 100101 11000 101001000 1000010 101110

Color Harmonies of #C12879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12879

Black with #C12879

Text Example


Text Example

White with #C12879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12879; }

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

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

background-color css

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

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

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

border-color css

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

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

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