Html Css Color HEX #C12076 Medium Violet Red

📋 copy color: '#C12076'

red 193 ◦ green 32 ◦ blue 118

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

Shades of Medium Violet Red #C12076

Tints of Medium Violet Red #C12076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.33%

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

R = 56.27%
G = 9.33%
B = 34.4%

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

#C12076 (or 0xC12076) is known color: Medium Violet Red. HEX triplet: C1, 20 and 76. RGB value is (193,32,118). Sum of RGB (Red+Green+Blue) = 193+32+118=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C12076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12076 is #3EDF89. Grayscale: #595959. Windows color (decimal): -4120458 or 7741633. OLE color: 7741633.

HSL color Cylindrical-coordinate representation of color #C12076: hue angle of 327.95º degrees, saturation: 0.72, 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 #C12076 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 32 118 -
CMYK 0 0.83 0.39 0.24
HSL 327.95º 0.72% 0.44% -
HSV(B) 327.95º 0.83% 0.76% -
XYZ 25.78 13.68 18.42 -
YUV 89.94 143.84 201.51 -
System Red Green Blue C M Y K H S L
Decimal 193 32 118 0 0.83 0.39 0.24 327.95 0.72 0.44
Hex C1 20 76 0 53 27 18 148 48 2C
Octal 301 40 166 0 123 47 30 510 110 54
Binary 11000001 100000 1110110 0 1010011 100111 11000 101001000 1001000 101100

Color Harmonies of #C12076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12076

Black with #C12076

Text Example


Text Example

White with #C12076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12076; }

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

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

background-color css

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

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

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

border-color css

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

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

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