Html Css Color HEX #C12974 Medium Red Violet

📋 copy color: '#C12974'

red 193 ◦ green 41 ◦ blue 116

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

Shades of Medium Red Violet #C12974

Tints of Medium Red Violet #C12974

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.71%

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

R = 55.14%
G = 11.71%
B = 33.14%

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

#C12974 (or 0xC12974) is known color: Medium Red Violet. HEX triplet: C1, 29 and 74. RGB value is (193,41,116). Sum of RGB (Red+Green+Blue) = 193+41+116=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C12974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12974 is #3ED68B. Grayscale: #5E5E5E. Windows color (decimal): -4118156 or 7612865. OLE color: 7612865.

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

Color convert

RGB 193 41 116 -
CMYK 0 0.79 0.40 0.24
HSL 330.39º 0.65% 0.46% -
HSV(B) 330.39º 0.79% 0.76% -
XYZ 25.94 14.18 17.89 -
YUV 95 139.86 197.9 -
System Red Green Blue C M Y K H S L
Decimal 193 41 116 0 0.79 0.40 0.24 330.39 0.65 0.46
Hex C1 29 74 0 4F 28 18 14A 41 2E
Octal 301 51 164 0 117 50 30 512 101 56
Binary 11000001 101001 1110100 0 1001111 101000 11000 101001010 1000001 101110

Color Harmonies of #C12974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12974

Black with #C12974

Text Example


Text Example

White with #C12974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12974; }

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

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

background-color css

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

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

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

border-color css

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

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

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