#C035AA

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

Shades of Fuchsia #C035AA

Tints of Fuchsia #C035AA

Color information

#C035AA (or 0xC035AA) is unknown color: approx Fuchsia. HEX triplet: C0, 35 and AA. RGB value is (192,53,170). Sum of RGB (Red+Green+Blue) = 192+53+170=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C035AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C035AA is #3FCA55. Grayscale: #6B6B6B. Windows color (decimal): -4180566 or 11154880. OLE color: 11154880.

HSL color Cylindrical-coordinate representation of color #C035AA: hue angle of 309.5º 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 #C035AA is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB19253170-
CMYK00.720.110.25
HSL309.5º56.73%48.04%-
HSV(B)309.5º72.4%75.29%-
XYZ30.2716.6539.65-
YUV107.9163.05187.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 53 (21.09% from 255) = 12.77%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=46.27%
G=12.77%
B=40.96%

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
Decimal1925317000.720.110.25309.556.7348.04
HexC035AA048B191353930
Octal30065252011013314657160
Binary110000001101011010101001001000101111001100110101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C035AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C035AA; }

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

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

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

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

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

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

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

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