#C129C3

Color #C129C3 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C129C3

Tints of Fuchsia #C129C3

Color information

#C129C3 (or 0xC129C3) is unknown color: approx Fuchsia. HEX triplet: C1, 29 and C3. RGB value is (193,41,195). Sum of RGB (Red+Green+Blue) = 193+41+195=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 195 (76.56% from 255 or 45.45% from 429); Max value from RGB is 195 - color contains mainly: blue. Hex color #C129C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129C3 is #3ED63C. Grayscale: #676767. Windows color (decimal): -4118077 or 12790209. OLE color: 12790209.

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

Color convert

RGB19341195-
CMYK0.010.7900.24
HSL299.22º65.25%46.27%-
HSV(B)299.22º78.97%76.47%-
XYZ32.6416.8653.16-
YUV104179.36191.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.99%
GREEN value IS 41 (16.41% from 255) = 9.56%
BLUE value IS 195 (76.56% from 255) = 45.45%
R=44.99%
G=9.56%
B=45.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193411950.010.7900.24299.2265.2546.27
HexC129C314F01812b412e
Octal30151303111703045310156
Binary1100000110100111000011110011110110001001010111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C129C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C129C3; }

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

 H1.HeaderClassName
 {
   color: #C129C3;
 }
 .AnyTagClassName
 {
   color: #C129C3;
 }
</style>
background-color css

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

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

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

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

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

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