Html Css Color HEX #C128A9 Medium Red Violet

📋 copy color: '#C128A9'

red 193 ◦ green 40 ◦ blue 169

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

Shades of Medium Red Violet #C128A9

Tints of Medium Red Violet #C128A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.04%

R = 48.01%
G = 9.95%
B = 42.04%

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

#C128A9 (or 0xC128A9) is known color: Medium Red Violet. HEX triplet: C1, 28 and A9. RGB value is (193,40,169). Sum of RGB (Red+Green+Blue) = 193+40+169=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C128A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C128A9 is #3ED756. Grayscale: #646464. Windows color (decimal): -4118359 or 11086017. OLE color: 11086017.

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

Color convert

RGB 193 40 169 -
CMYK 0 0.79 0.12 0.24
HSL 309.41º 0.66% 0.46% -
HSV(B) 309.41º 0.79% 0.76% -
XYZ 29.91 15.72 38.99 -
YUV 100.45 166.69 194.01 -
System Red Green Blue C M Y K H S L
Decimal 193 40 169 0 0.79 0.12 0.24 309.41 0.66 0.46
Hex C1 28 A9 0 4F C 18 135 42 2E
Octal 301 50 251 0 117 14 30 465 102 56
Binary 11000001 101000 10101001 0 1001111 1100 11000 100110101 1000010 101110

Color Harmonies of #C128A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C128A9

Black with #C128A9

Text Example


Text Example

White with #C128A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C128A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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