Html Css Color HEX #C229A8 Medium Red Violet

📋 copy color: '#C229A8'

red 194 ◦ green 41 ◦ blue 168

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

Shades of Medium Red Violet #C229A8

Tints of Medium Red Violet #C229A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.69%

R = 48.14%
G = 10.17%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C229A8 (or 0xC229A8) is known color: Medium Red Violet. HEX triplet: C2, 29 and A8. RGB value is (194,41,168). Sum of RGB (Red+Green+Blue) = 194+41+168=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C229A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C229A8 is #3DD657. Grayscale: #646464. Windows color (decimal): -4052568 or 11020738. OLE color: 11020738.

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

Color convert

RGB 194 41 168 -
CMYK 0 0.79 0.13 0.24
HSL 310.2º 0.65% 0.46% -
HSV(B) 310.2º 0.79% 0.76% -
XYZ 30.11 15.88 38.52 -
YUV 101.23 165.69 194.17 -
System Red Green Blue C M Y K H S L
Decimal 194 41 168 0 0.79 0.13 0.24 310.2 0.65 0.46
Hex C2 29 A8 0 4F D 18 136 41 2E
Octal 302 51 250 0 117 15 30 466 101 56
Binary 11000010 101001 10101000 0 1001111 1101 11000 100110110 1000001 101110

Color Harmonies of #C229A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229A8

Black with #C229A8

Text Example


Text Example

White with #C229A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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