#C035AB

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

Shades of Fuchsia #C035AB

Tints of Fuchsia #C035AB

Color information

#C035AB (or 0xC035AB) is unknown color: approx Fuchsia. HEX triplet: C0, 35 and AB. RGB value is (192,53,171). Sum of RGB (Red+Green+Blue) = 192+53+171=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C035AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C035AB is #3FCA54. Grayscale: #6B6B6B. Windows color (decimal): -4180565 or 11220416. OLE color: 11220416.

HSL color Cylindrical-coordinate representation of color #C035AB: hue angle of 309.06º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C035AB is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB19253171-
CMYK00.720.110.25
HSL309.06º56.73%48.04%-
HSV(B)309.06º72.4%75.29%-
XYZ30.3616.6940.15-
YUV108.01163.55187.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.15%
GREEN value IS 53 (21.09% from 255) = 12.74%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=46.15%
G=12.74%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925317100.720.110.25309.0656.7348.04
HexC035AB048B191353930
Octal30065253011013314657160
Binary110000001101011010101101001000101111001100110101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C035AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C035AB; }

 p { color: rgb(192,53,171); }

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

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

 a { background-color: rgb(192,53,171); }

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

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

 span { border-color: rgb(192,53,171); }

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