#C35BCB

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

Shades of Fuchsia #C35BCB

Tints of Fuchsia #C35BCB

Color information

#C35BCB (or 0xC35BCB) is unknown color: approx Fuchsia. HEX triplet: C3, 5B and CB. RGB value is (195,91,203). Sum of RGB (Red+Green+Blue) = 195+91+203=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #C35BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35BCB is #3CA434. Grayscale: #868686. Windows color (decimal): -3974197 or 13327299. OLE color: 13327299.

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

Color convert

RGB19591203-
CMYK0.040.5500.20
HSL295.71º51.85%57.65%-
HSV(B)295.71º55.17%79.61%-
XYZ37.0323.459.06-
YUV134.86166.46170.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 91 (35.94% from 255) = 18.61%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=39.88%
G=18.61%
B=41.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195912030.040.5500.20295.7151.8557.65
HexC35BCB437014128343a
Octal3031333134670244506472
Binary11000011101101111001011100110111010100100101000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35BCB; }

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

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

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

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

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

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

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

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