Html Css Color HEX #C12874 Medium Red Violet

📋 copy color: '#C12874'

red 193 ◦ green 40 ◦ blue 116

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

Shades of Medium Red Violet #C12874

Tints of Medium Red Violet #C12874

RGB

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

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

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

R = 55.3%
G = 11.46%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C12874 (or 0xC12874) is known color: Medium Red Violet. HEX triplet: C1, 28 and 74. RGB value is (193,40,116). Sum of RGB (Red+Green+Blue) = 193+40+116=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C12874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12874 is #3ED78B. Grayscale: #5E5E5E. Windows color (decimal): -4118412 or 7612609. OLE color: 7612609.

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

Color convert

RGB 193 40 116 -
CMYK 0 0.79 0.40 0.24
HSL 330.2º 0.66% 0.46% -
HSV(B) 330.2º 0.79% 0.76% -
XYZ 25.9 14.12 17.88 -
YUV 94.41 140.19 198.32 -
System Red Green Blue C M Y K H S L
Decimal 193 40 116 0 0.79 0.40 0.24 330.2 0.66 0.46
Hex C1 28 74 0 4F 28 18 14A 42 2E
Octal 301 50 164 0 117 50 30 512 102 56
Binary 11000001 101000 1110100 0 1001111 101000 11000 101001010 1000010 101110

Color Harmonies of #C12874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12874

Black with #C12874

Text Example


Text Example

White with #C12874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12874; }

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

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

background-color css

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

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

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

border-color css

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

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

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