#C35DAA

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

Shades of Fuchsia #C35DAA

Tints of Fuchsia #C35DAA

Color information

#C35DAA (or 0xC35DAA) is unknown color: approx Fuchsia. HEX triplet: C3, 5D and AA. RGB value is (195,93,170). Sum of RGB (Red+Green+Blue) = 195+93+170=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C35DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35DAA is #3CA255. Grayscale: #848484. Windows color (decimal): -3973718 or 11165123. OLE color: 11165123.

HSL color Cylindrical-coordinate representation of color #C35DAA: hue angle of 314.71º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C35DAA is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB19593170-
CMYK00.520.130.24
HSL314.71º45.95%56.47%-
HSV(B)314.71º52.31%76.47%-
XYZ33.6822.3340.57-
YUV132.28149.29172.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.58%
GREEN value IS 93 (36.72% from 255) = 20.31%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=42.58%
G=20.31%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959317000.520.130.24314.7145.9556.47
HexC35DAA034D1813b2e38
Octal30313525206415304735670
Binary110000111011101101010100110100110111000100111011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35DAA; }

 p { color: rgb(195,93,170); }

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

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

 a { background-color: rgb(195,93,170); }

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

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

 span { border-color: rgb(195,93,170); }

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