Html Css Color HEX #C12BAC Medium Red Violet

📋 copy color: '#C12BAC'

red 193 ◦ green 43 ◦ blue 172

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

Shades of Medium Red Violet #C12BAC

Tints of Medium Red Violet #C12BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.54%

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 47.3%
G = 10.54%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C12BAC (or 0xC12BAC) is known color: Medium Red Violet. HEX triplet: C1, 2B and AC. RGB value is (193,43,172). Sum of RGB (Red+Green+Blue) = 193+43+172=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C12BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12BAC is #3ED453. Grayscale: #666666. Windows color (decimal): -4117588 or 11283393. OLE color: 11283393.

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

Color convert

RGB 193 43 172 -
CMYK 0 0.78 0.11 0.24
HSL 308.4º 0.64% 0.46% -
HSV(B) 308.4º 0.78% 0.76% -
XYZ 30.3 16.04 40.53 -
YUV 102.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 193 43 172 0 0.78 0.11 0.24 308.4 0.64 0.46
Hex C1 2B AC 0 4E B 18 134 40 2E
Octal 301 53 254 0 116 13 30 464 100 56
Binary 11000001 101011 10101100 0 1001110 1011 11000 100110100 1000000 101110

Color Harmonies of #C12BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12BAC

Black with #C12BAC

Text Example


Text Example

White with #C12BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12BAC; }

 p { color: rgb(193,43,172); }

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

background-color css

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

 a { background-color: rgb(193,43,172); }

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

border-color css

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

 span { border-color: rgb(193,43,172); }

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