#C368B6

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

Shades of Fuchsia #C368B6

Tints of Fuchsia #C368B6

Color information

#C368B6 (or 0xC368B6) is unknown color: approx Fuchsia. HEX triplet: C3, 68 and B6. RGB value is (195,104,182). Sum of RGB (Red+Green+Blue) = 195+104+182=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C368B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368B6 is #3C9749. Grayscale: #8B8B8B. Windows color (decimal): -3970890 or 11954371. OLE color: 11954371.

HSL color Cylindrical-coordinate representation of color #C368B6: hue angle of 308.57º 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 #C368B6 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB195104182-
CMYK00.470.070.24
HSL308.57º43.13%58.63%-
HSV(B)308.57º46.67%76.47%-
XYZ35.924.8847.17-
YUV140.1151.65167.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 104 (41.02% from 255) = 21.62%
BLUE value IS 182 (71.48% from 255) = 37.84%
R=40.54%
G=21.62%
B=37.84%

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
Decimal19510418200.470.070.24308.5743.1358.63
HexC368B602F7181352b3b
Octal3031502660577304655373
Binary11000011110100010110110010111111111000100110101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C368B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C368B6; }

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

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

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

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

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

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

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

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