Html Css Color HEX #C128AD Medium Red Violet

📋 copy color: '#C128AD'

red 193 ◦ green 40 ◦ blue 173

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

Shades of Medium Red Violet #C128AD

Tints of Medium Red Violet #C128AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 47.54%
G = 9.85%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C128AD (or 0xC128AD) is known color: Medium Red Violet. HEX triplet: C1, 28 and AD. RGB value is (193,40,173). Sum of RGB (Red+Green+Blue) = 193+40+173=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C128AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C128AD is #3ED752. Grayscale: #646464. Windows color (decimal): -4118355 or 11348161. OLE color: 11348161.

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

Color convert

RGB 193 40 173 -
CMYK 0 0.79 0.10 0.24
HSL 307.84º 0.66% 0.46% -
HSV(B) 307.84º 0.79% 0.76% -
XYZ 30.29 15.87 41 -
YUV 100.91 168.69 193.69 -
System Red Green Blue C M Y K H S L
Decimal 193 40 173 0 0.79 0.10 0.24 307.84 0.66 0.46
Hex C1 28 AD 0 4F A 18 134 42 2E
Octal 301 50 255 0 117 12 30 464 102 56
Binary 11000001 101000 10101101 0 1001111 1010 11000 100110100 1000010 101110

Color Harmonies of #C128AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C128AD

Black with #C128AD

Text Example


Text Example

White with #C128AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C128AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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