Html Css Color HEX #C128AA Medium Red Violet

📋 copy color: '#C128AA'

red 193 ◦ green 40 ◦ blue 170

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

Shades of Medium Red Violet #C128AA

Tints of Medium Red Violet #C128AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.93%

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

R = 47.89%
G = 9.93%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C128AA (or 0xC128AA) is known color: Medium Red Violet. HEX triplet: C1, 28 and AA. RGB value is (193,40,170). Sum of RGB (Red+Green+Blue) = 193+40+170=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C128AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C128AA is #3ED755. Grayscale: #646464. Windows color (decimal): -4118358 or 11151553. OLE color: 11151553.

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

Color convert

RGB 193 40 170 -
CMYK 0 0.79 0.12 0.24
HSL 309.02º 0.66% 0.46% -
HSV(B) 309.02º 0.79% 0.76% -
XYZ 30.01 15.76 39.49 -
YUV 100.57 167.19 193.93 -
System Red Green Blue C M Y K H S L
Decimal 193 40 170 0 0.79 0.12 0.24 309.02 0.66 0.46
Hex C1 28 AA 0 4F C 18 135 42 2E
Octal 301 50 252 0 117 14 30 465 102 56
Binary 11000001 101000 10101010 0 1001111 1100 11000 100110101 1000010 101110

Color Harmonies of #C128AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C128AA

Black with #C128AA

Text Example


Text Example

White with #C128AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C128AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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