Html Css Color HEX #C120AC Medium Violet Red

📋 copy color: '#C120AC'

red 193 ◦ green 32 ◦ blue 172

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

Shades of Medium Violet Red #C120AC

Tints of Medium Violet Red #C120AC

RGB

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

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

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

R = 48.61%
G = 8.06%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C120AC (or 0xC120AC) is known color: Medium Violet Red. HEX triplet: C1, 20 and AC. RGB value is (193,32,172). Sum of RGB (Red+Green+Blue) = 193+32+172=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C120AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C120AC is #3EDF53. Grayscale: #5F5F5F. Windows color (decimal): -4120404 or 11280577. OLE color: 11280577.

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

Color convert

RGB 193 32 172 -
CMYK 0 0.83 0.11 0.24
HSL 307.83º 0.72% 0.44% -
HSV(B) 307.83º 0.83% 0.76% -
XYZ 29.96 15.35 40.41 -
YUV 96.1 170.84 197.12 -
System Red Green Blue C M Y K H S L
Decimal 193 32 172 0 0.83 0.11 0.24 307.83 0.72 0.44
Hex C1 20 AC 0 53 B 18 134 48 2C
Octal 301 40 254 0 123 13 30 464 110 54
Binary 11000001 100000 10101100 0 1010011 1011 11000 100110100 1001000 101100

Color Harmonies of #C120AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C120AC

Black with #C120AC

Text Example


Text Example

White with #C120AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C120AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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