#C35CC0

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

Shades of Fuchsia #C35CC0

Tints of Fuchsia #C35CC0

Color information

#C35CC0 (or 0xC35CC0) is unknown color: approx Fuchsia. HEX triplet: C3, 5C and C0. RGB value is (195,92,192). Sum of RGB (Red+Green+Blue) = 195+92+192=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C35CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35CC0 is #3CA33F. Grayscale: #858585. Windows color (decimal): -3973952 or 12606659. OLE color: 12606659.

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

Color convert

RGB19592192-
CMYK00.530.020.24
HSL301.75º46.19%56.27%-
HSV(B)301.75º52.82%76.47%-
XYZ35.8523.0652.43-
YUV134.2160.62171.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 92 (36.33% from 255) = 19.21%
BLUE value IS 192 (75.39% from 255) = 40.08%
R=40.71%
G=19.21%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959219200.530.020.24301.7546.1956.27
HexC35CC003521812e2e38
Octal3031343000652304565670
Binary1100001110111001100000001101011011000100101110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35CC0; }

 p { color: rgb(195,92,192); }

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

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

 a { background-color: rgb(195,92,192); }

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

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

 span { border-color: rgb(195,92,192); }

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