Html Css Color HEX #C129A9 Medium Red Violet

📋 copy color: '#C129A9'

red 193 ◦ green 41 ◦ blue 169

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

Shades of Medium Red Violet #C129A9

Tints of Medium Red Violet #C129A9

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.17%

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

R = 47.89%
G = 10.17%
B = 41.94%

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

#C129A9 (or 0xC129A9) is known color: Medium Red Violet. HEX triplet: C1, 29 and A9. RGB value is (193,41,169). Sum of RGB (Red+Green+Blue) = 193+41+169=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C129A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C129A9 is #3ED656. Grayscale: #646464. Windows color (decimal): -4118103 or 11086273. OLE color: 11086273.

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

Color convert

RGB 193 41 169 -
CMYK 0 0.79 0.12 0.24
HSL 309.47º 0.65% 0.46% -
HSV(B) 309.47º 0.79% 0.76% -
XYZ 29.95 15.79 39.01 -
YUV 101.04 166.36 193.59 -
System Red Green Blue C M Y K H S L
Decimal 193 41 169 0 0.79 0.12 0.24 309.47 0.65 0.46
Hex C1 29 A9 0 4F C 18 135 41 2E
Octal 301 51 251 0 117 14 30 465 101 56
Binary 11000001 101001 10101001 0 1001111 1100 11000 100110101 1000001 101110

Color Harmonies of #C129A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C129A9

Black with #C129A9

Text Example


Text Example

White with #C129A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C129A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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