Html Css Color HEX #C12D77 Medium Red Violet

📋 copy color: '#C12D77'

red 193 ◦ green 45 ◦ blue 119

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

Shades of Medium Red Violet #C12D77

Tints of Medium Red Violet #C12D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.61%

 BLUE value IS 119 (46.88% from 255) = 33.33%

R = 54.06%
G = 12.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C12D77 (or 0xC12D77) is known color: Medium Red Violet. HEX triplet: C1, 2D and 77. RGB value is (193,45,119). Sum of RGB (Red+Green+Blue) = 193+45+119=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12D77 is #3ED288. Grayscale: #616161. Windows color (decimal): -4117129 or 7810497. OLE color: 7810497.

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

Color convert

RGB 193 45 119 -
CMYK 0 0.77 0.38 0.24
HSL 330º 0.62% 0.47% -
HSV(B) 330º 0.77% 0.76% -
XYZ 26.26 14.55 18.88 -
YUV 97.69 140.03 195.98 -
System Red Green Blue C M Y K H S L
Decimal 193 45 119 0 0.77 0.38 0.24 330 0.62 0.47
Hex C1 2D 77 0 4D 26 18 14A 3E 2F
Octal 301 55 167 0 115 46 30 512 76 57
Binary 11000001 101101 1110111 0 1001101 100110 11000 101001010 111110 101111

Color Harmonies of #C12D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12D77

Black with #C12D77

Text Example


Text Example

White with #C12D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12D77; }

 p { color: rgb(193,45,119); }

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

background-color css

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

 a { background-color: rgb(193,45,119); }

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

border-color css

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

 span { border-color: rgb(193,45,119); }

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