#C368B5

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

Shades of Fuchsia #C368B5

Tints of Fuchsia #C368B5

Color information

#C368B5 (or 0xC368B5) is unknown color: approx Fuchsia. HEX triplet: C3, 68 and B5. RGB value is (195,104,181). Sum of RGB (Red+Green+Blue) = 195+104+181=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C368B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368B5 is #3C974A. Grayscale: #8B8B8B. Windows color (decimal): -3970891 or 11888835. OLE color: 11888835.

HSL color Cylindrical-coordinate representation of color #C368B5: hue angle of 309.23º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C368B5 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB195104181-
CMYK00.470.070.24
HSL309.23º43.13%58.63%-
HSV(B)309.23º46.67%76.47%-
XYZ35.824.8446.62-
YUV139.99151.15167.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.62%
GREEN value IS 104 (41.02% from 255) = 21.67%
BLUE value IS 181 (71.09% from 255) = 37.71%
R=40.62%
G=21.67%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510418100.470.070.24309.2343.1358.63
HexC368B502F7181352b3b
Octal3031502650577304655373
Binary11000011110100010110101010111111111000100110101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C368B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C368B5; }

 p { color: rgb(195,104,181); }

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

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

 a { background-color: rgb(195,104,181); }

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

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

 span { border-color: rgb(195,104,181); }

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