Html Css Color HEX #C129AA Medium Red Violet

📋 copy color: '#C129AA'

red 193 ◦ green 41 ◦ blue 170

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

Shades of Medium Red Violet #C129AA

Tints of Medium Red Violet #C129AA

RGB

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

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

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

R = 47.77%
G = 10.15%
B = 42.08%

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

#C129AA (or 0xC129AA) is known color: Medium Red Violet. HEX triplet: C1, 29 and AA. RGB value is (193,41,170). Sum of RGB (Red+Green+Blue) = 193+41+170=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C129AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C129AA is #3ED655. Grayscale: #646464. Windows color (decimal): -4118102 or 11151809. OLE color: 11151809.

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

Color convert

RGB 193 41 170 -
CMYK 0 0.79 0.12 0.24
HSL 309.08º 0.65% 0.46% -
HSV(B) 309.08º 0.79% 0.76% -
XYZ 30.04 15.83 39.5 -
YUV 101.15 166.86 193.51 -
System Red Green Blue C M Y K H S L
Decimal 193 41 170 0 0.79 0.12 0.24 309.08 0.65 0.46
Hex C1 29 AA 0 4F C 18 135 41 2E
Octal 301 51 252 0 117 14 30 465 101 56
Binary 11000001 101001 10101010 0 1001111 1100 11000 100110101 1000001 101110

Color Harmonies of #C129AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C129AA

Black with #C129AA

Text Example


Text Example

White with #C129AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C129AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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