Html Css Color HEX #C12C74 Medium Red Violet

📋 copy color: '#C12C74'

red 193 ◦ green 44 ◦ blue 116

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

Shades of Medium Red Violet #C12C74

Tints of Medium Red Violet #C12C74

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.46%

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

R = 54.67%
G = 12.46%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C12C74 (or 0xC12C74) is known color: Medium Red Violet. HEX triplet: C1, 2C and 74. RGB value is (193,44,116). Sum of RGB (Red+Green+Blue) = 193+44+116=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12C74 is #3ED38B. Grayscale: #606060. Windows color (decimal): -4117388 or 7613633. OLE color: 7613633.

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

Color convert

RGB 193 44 116 -
CMYK 0 0.77 0.40 0.24
HSL 331.01º 0.63% 0.46% -
HSV(B) 331.01º 0.77% 0.76% -
XYZ 26.05 14.4 17.93 -
YUV 96.76 138.86 196.65 -
System Red Green Blue C M Y K H S L
Decimal 193 44 116 0 0.77 0.40 0.24 331.01 0.63 0.46
Hex C1 2C 74 0 4D 28 18 14B 3F 2E
Octal 301 54 164 0 115 50 30 513 77 56
Binary 11000001 101100 1110100 0 1001101 101000 11000 101001011 111111 101110

Color Harmonies of #C12C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C74

Black with #C12C74

Text Example


Text Example

White with #C12C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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