#C353CB

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

Shades of Fuchsia #C353CB

Tints of Fuchsia #C353CB

Color information

#C353CB (or 0xC353CB) is unknown color: approx Fuchsia. HEX triplet: C3, 53 and CB. RGB value is (195,83,203). Sum of RGB (Red+Green+Blue) = 195+83+203=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #C353CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353CB is #3CAC34. Grayscale: #818181. Windows color (decimal): -3976245 or 13325251. OLE color: 13325251.

HSL color Cylindrical-coordinate representation of color #C353CB: hue angle of 296º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C353CB is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19583203-
CMYK0.040.5900.20
HSL296º53.57%56.08%-
HSV(B)296º59.11%79.61%-
XYZ36.3822.158.85-
YUV130.17169.11174.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 83 (32.81% from 255) = 17.26%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=40.54%
G=17.26%
B=42.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195832030.040.5900.2029653.5756.08
HexC353CB43B0141283638
Octal3031233134730244506670
Binary11000011101001111001011100111011010100100101000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C353CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C353CB; }

 p { color: rgb(195,83,203); }

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

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

 a { background-color: rgb(195,83,203); }

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

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

 span { border-color: rgb(195,83,203); }

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