#C335BE

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

Shades of Fuchsia #C335BE

Tints of Fuchsia #C335BE

Color information

#C335BE (or 0xC335BE) is unknown color: approx Fuchsia. HEX triplet: C3, 35 and BE. RGB value is (195,53,190). Sum of RGB (Red+Green+Blue) = 195+53+190=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C335BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335BE is #3CCA41. Grayscale: #6E6E6E. Windows color (decimal): -3983938 or 12465603. OLE color: 12465603.

HSL color Cylindrical-coordinate representation of color #C335BE: hue angle of 302.11º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C335BE is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19553190-
CMYK00.730.030.24
HSL302.11º57.26%48.63%-
HSV(B)302.11º72.82%76.47%-
XYZ33.0717.8750.42-
YUV111.08172.54187.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.52%
GREEN value IS 53 (21.09% from 255) = 12.10%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=44.52%
G=12.10%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955319000.730.030.24302.1157.2648.63
HexC335BE04931812e3931
Octal3036527601113304567161
Binary1100001111010110111110010010011111000100101110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C335BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C335BE; }

 p { color: rgb(195,53,190); }

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

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

 a { background-color: rgb(195,53,190); }

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

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

 span { border-color: rgb(195,53,190); }

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