Html Css Color HEX #C12176 Medium Violet Red

📋 copy color: '#C12176'

red 193 ◦ green 33 ◦ blue 118

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

Shades of Medium Violet Red #C12176

Tints of Medium Violet Red #C12176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.59%

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 56.1%
G = 9.59%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C12176 (or 0xC12176) is known color: Medium Violet Red. HEX triplet: C1, 21 and 76. RGB value is (193,33,118). Sum of RGB (Red+Green+Blue) = 193+33+118=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C12176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12176 is #3EDE89. Grayscale: #5A5A5A. Windows color (decimal): -4120202 or 7741889. OLE color: 7741889.

HSL color Cylindrical-coordinate representation of color #C12176: hue angle of 328.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12176 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 33 118 -
CMYK 0 0.83 0.39 0.24
HSL 328.13º 0.71% 0.44% -
HSV(B) 328.13º 0.83% 0.76% -
XYZ 25.81 13.73 18.43 -
YUV 90.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 193 33 118 0 0.83 0.39 0.24 328.13 0.71 0.44
Hex C1 21 76 0 53 27 18 148 47 2C
Octal 301 41 166 0 123 47 30 510 107 54
Binary 11000001 100001 1110110 0 1010011 100111 11000 101001000 1000111 101100

Color Harmonies of #C12176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12176

Black with #C12176

Text Example


Text Example

White with #C12176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12176; }

 p { color: rgb(193,33,118); }

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

background-color css

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

 a { background-color: rgb(193,33,118); }

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

border-color css

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

 span { border-color: rgb(193,33,118); }

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