#C355C1

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

Shades of Fuchsia #C355C1

Tints of Fuchsia #C355C1

Color information

#C355C1 (or 0xC355C1) is unknown color: approx Fuchsia. HEX triplet: C3, 55 and C1. RGB value is (195,85,193). Sum of RGB (Red+Green+Blue) = 195+85+193=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C355C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355C1 is #3CAA3E. Grayscale: #818181. Windows color (decimal): -3975743 or 12670403. OLE color: 12670403.

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

Color convert

RGB19585193-
CMYK00.560.010.24
HSL301.09º47.83%54.9%-
HSV(B)301.09º56.41%76.47%-
XYZ35.3821.9552.82-
YUV130.2163.44174.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 85 (33.59% from 255) = 17.97%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=41.23%
G=17.97%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958519300.560.010.24301.0947.8354.9
HexC355C103811812d3037
Octal3031253010701304556067
Binary110000111010101110000010111000111000100101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C355C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C355C1; }

 p { color: rgb(195,85,193); }

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

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

 a { background-color: rgb(195,85,193); }

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

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

 span { border-color: rgb(195,85,193); }

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