Html Css Color HEX #C12374 Medium Violet Red

📋 copy color: '#C12374'

red 193 ◦ green 35 ◦ blue 116

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

Shades of Medium Violet Red #C12374

Tints of Medium Violet Red #C12374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.17%

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 56.1%
G = 10.17%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C12374 (or 0xC12374) is known color: Medium Violet Red. HEX triplet: C1, 23 and 74. RGB value is (193,35,116). Sum of RGB (Red+Green+Blue) = 193+35+116=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C12374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12374 is #3EDC8B. Grayscale: #5B5B5B. Windows color (decimal): -4119692 or 7611329. OLE color: 7611329.

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

Color convert

RGB 193 35 116 -
CMYK 0 0.82 0.40 0.24
HSL 329.24º 0.69% 0.45% -
HSV(B) 329.24º 0.82% 0.76% -
XYZ 25.75 13.8 17.83 -
YUV 91.48 141.85 200.41 -
System Red Green Blue C M Y K H S L
Decimal 193 35 116 0 0.82 0.40 0.24 329.24 0.69 0.45
Hex C1 23 74 0 52 28 18 149 45 2D
Octal 301 43 164 0 122 50 30 511 105 55
Binary 11000001 100011 1110100 0 1010010 101000 11000 101001001 1000101 101101

Color Harmonies of #C12374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12374

Black with #C12374

Text Example


Text Example

White with #C12374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12374; }

 p { color: rgb(193,35,116); }

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

background-color css

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

 a { background-color: rgb(193,35,116); }

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

border-color css

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

 span { border-color: rgb(193,35,116); }

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