Html Css Color HEX #C229AE Fuchsia

📋 copy color: '#C229AE'

red 194 ◦ green 41 ◦ blue 174

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

Shades of Fuchsia #C229AE

Tints of Fuchsia #C229AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 47.43%
G = 10.02%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C229AE (or 0xC229AE) is known color: Fuchsia. HEX triplet: C2, 29 and AE. RGB value is (194,41,174). Sum of RGB (Red+Green+Blue) = 194+41+174=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C229AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C229AE is #3DD651. Grayscale: #656565. Windows color (decimal): -4052562 or 11413954. OLE color: 11413954.

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

Color convert

RGB 194 41 174 -
CMYK 0 0.79 0.10 0.24
HSL 307.84º 0.65% 0.46% -
HSV(B) 307.84º 0.79% 0.76% -
XYZ 30.68 16.11 41.54 -
YUV 101.91 168.69 193.69 -
System Red Green Blue C M Y K H S L
Decimal 194 41 174 0 0.79 0.10 0.24 307.84 0.65 0.46
Hex C2 29 AE 0 4F A 18 134 41 2E
Octal 302 51 256 0 117 12 30 464 101 56
Binary 11000010 101001 10101110 0 1001111 1010 11000 100110100 1000001 101110

Color Harmonies of #C229AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229AE

Black with #C229AE

Text Example


Text Example

White with #C229AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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