Html Css Color HEX #C120AA Medium Violet Red

📋 copy color: '#C120AA'

red 193 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #C120AA

Tints of Medium Violet Red #C120AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.04%

R = 48.86%
G = 8.1%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C120AA (or 0xC120AA) is known color: Medium Violet Red. HEX triplet: C1, 20 and AA. RGB value is (193,32,170). Sum of RGB (Red+Green+Blue) = 193+32+170=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C120AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C120AA is #3EDF55. Grayscale: #5F5F5F. Windows color (decimal): -4120406 or 11149505. OLE color: 11149505.

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

Color convert

RGB 193 32 170 -
CMYK 0 0.83 0.12 0.24
HSL 308.57º 0.72% 0.44% -
HSV(B) 308.57º 0.83% 0.76% -
XYZ 29.76 15.27 39.41 -
YUV 95.87 169.84 197.28 -
System Red Green Blue C M Y K H S L
Decimal 193 32 170 0 0.83 0.12 0.24 308.57 0.72 0.44
Hex C1 20 AA 0 53 C 18 135 48 2C
Octal 301 40 252 0 123 14 30 465 110 54
Binary 11000001 100000 10101010 0 1010011 1100 11000 100110101 1001000 101100

Color Harmonies of #C120AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C120AA

Black with #C120AA

Text Example


Text Example

White with #C120AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C120AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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