Html Css Color HEX #C129AE Fuchsia

📋 copy color: '#C129AE'

red 193 ◦ green 41 ◦ blue 174

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

Shades of Fuchsia #C129AE

Tints of Fuchsia #C129AE

RGB

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

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

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

R = 47.3%
G = 10.05%
B = 42.65%

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

#C129AE (or 0xC129AE) is known color: Fuchsia. HEX triplet: C1, 29 and AE. RGB value is (193,41,174). Sum of RGB (Red+Green+Blue) = 193+41+174=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C129AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C129AE is #3ED651. Grayscale: #656565. Windows color (decimal): -4118098 or 11413953. OLE color: 11413953.

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

Color convert

RGB 193 41 174 -
CMYK 0 0.79 0.10 0.24
HSL 307.5º 0.65% 0.46% -
HSV(B) 307.5º 0.79% 0.76% -
XYZ 30.43 15.98 41.53 -
YUV 101.61 168.86 193.19 -
System Red Green Blue C M Y K H S L
Decimal 193 41 174 0 0.79 0.10 0.24 307.5 0.65 0.46
Hex C1 29 AE 0 4F A 18 134 41 2E
Octal 301 51 256 0 117 12 30 464 101 56
Binary 11000001 101001 10101110 0 1001111 1010 11000 100110100 1000001 101110

Color Harmonies of #C129AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C129AE

Black with #C129AE

Text Example


Text Example

White with #C129AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C129AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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