#C35ACA

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

Shades of Fuchsia #C35ACA

Tints of Fuchsia #C35ACA

Color information

#C35ACA (or 0xC35ACA) is unknown color: approx Fuchsia. HEX triplet: C3, 5A and CA. RGB value is (195,90,202). Sum of RGB (Red+Green+Blue) = 195+90+202=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #C35ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ACA is #3CA535. Grayscale: #858585. Windows color (decimal): -3974454 or 13261507. OLE color: 13261507.

HSL color Cylindrical-coordinate representation of color #C35ACA: hue angle of 296.25º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35ACA is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19590202-
CMYK0.030.5500.21
HSL296.25º51.38%57.25%-
HSV(B)296.25º55.45%79.22%-
XYZ36.8223.1858.41-
YUV134.16166.29171.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.04%
GREEN value IS 90 (35.55% from 255) = 18.48%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=40.04%
G=18.48%
B=41.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal195902020.030.5500.21296.2551.3857.25
HexC35ACA3370151283339
Octal3031323123670254506371
Binary1100001110110101100101011110111010101100101000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35ACA; }

 p { color: rgb(195,90,202); }

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

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

 a { background-color: rgb(195,90,202); }

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

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

 span { border-color: rgb(195,90,202); }

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