#c029af

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

Shades of Fuchsia #C029AF

Tints of Fuchsia #C029AF

Color information

#C029AF (or 0xC029AF) is unknown color: approx Fuchsia. HEX triplet: C0, 29 and AF. RGB value is (192,41,175). Sum of RGB (Red+Green+Blue) = 192+41+175=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C029AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C029AF is #3FD650. Grayscale: #656565. Windows color (decimal): -4183633 or 11479488. OLE color: 11479488.

HSL color Cylindrical-coordinate representation of color #C029AF: hue angle of 306.75º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C029AF is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19241175-
CMYK00.790.090.25
HSL306.75º64.81%45.69%-
HSV(B)306.75º78.65%75.29%-
XYZ30.2715.8942.03-
YUV101.42169.53192.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.06%
GREEN value IS 41 (16.41% from 255) = 10.05%
BLUE value IS 175 (68.75% from 255) = 42.89%
R=47.06%
G=10.05%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924117500.790.090.25306.7564.8145.69
HexC029AF04F919133412e
Octal300512570117113146310156
Binary1100000010100110101111010011111001110011001100111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c029af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c029af; }

 p { color: rgb(192,41,175); }

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

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

 a { background-color: rgb(192,41,175); }

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

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

 span { border-color: rgb(192,41,175); }

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