Html Css Color HEX #C029AD Medium Red Violet

📋 copy color: '#C029AD'

red 192 ◦ green 41 ◦ blue 173

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

Shades of Medium Red Violet #C029AD

Tints of Medium Red Violet #C029AD

RGB

 RED value IS 192 (75.39% from 255) = 47.29%

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

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

R = 47.29%
G = 10.1%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C029AD (or 0xC029AD) is known color: Medium Red Violet. HEX triplet: C0, 29 and AD. RGB value is (192,41,173). Sum of RGB (Red+Green+Blue) = 192+41+173=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C029AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C029AD is #3FD652. Grayscale: #646464. Windows color (decimal): -4183635 or 11348416. OLE color: 11348416.

HSL color Cylindrical-coordinate representation of color #C029AD: hue angle of 307.55º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C029AD is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 41 173 -
CMYK 0 0.79 0.10 0.25
HSL 307.55º 0.65% 0.46% -
HSV(B) 307.55º 0.79% 0.75% -
XYZ 30.07 15.81 41 -
YUV 101.2 168.53 192.77 -
System Red Green Blue C M Y K H S L
Decimal 192 41 173 0 0.79 0.10 0.25 307.55 0.65 0.46
Hex C0 29 AD 0 4F A 19 134 41 2E
Octal 300 51 255 0 117 12 31 464 101 56
Binary 11000000 101001 10101101 0 1001111 1010 11001 100110100 1000001 101110

Color Harmonies of #C029AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029AD

Black with #C029AD

Text Example


Text Example

White with #C029AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029AD; }

 p { color: rgb(192,41,173); }

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

background-color css

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

 a { background-color: rgb(192,41,173); }

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

border-color css

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

 span { border-color: rgb(192,41,173); }

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