Html Css Color HEX #C229AA Medium Red Violet

📋 copy color: '#C229AA'

red 194 ◦ green 41 ◦ blue 170

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

Shades of Medium Red Violet #C229AA

Tints of Medium Red Violet #C229AA

RGB

 RED value IS 194 (76.17% from 255) = 47.9%

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

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

R = 47.9%
G = 10.12%
B = 41.98%

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

#C229AA (or 0xC229AA) is known color: Medium Red Violet. HEX triplet: C2, 29 and AA. RGB value is (194,41,170). Sum of RGB (Red+Green+Blue) = 194+41+170=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C229AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C229AA is #3DD655. Grayscale: #656565. Windows color (decimal): -4052566 or 11151810. OLE color: 11151810.

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

Color convert

RGB 194 41 170 -
CMYK 0 0.79 0.12 0.24
HSL 309.41º 0.65% 0.46% -
HSV(B) 309.41º 0.79% 0.76% -
XYZ 30.3 15.96 39.51 -
YUV 101.45 166.69 194.01 -
System Red Green Blue C M Y K H S L
Decimal 194 41 170 0 0.79 0.12 0.24 309.41 0.65 0.46
Hex C2 29 AA 0 4F C 18 135 41 2E
Octal 302 51 252 0 117 14 30 465 101 56
Binary 11000010 101001 10101010 0 1001111 1100 11000 100110101 1000001 101110

Color Harmonies of #C229AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229AA

Black with #C229AA

Text Example


Text Example

White with #C229AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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