#C368AE

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

Shades of Fuchsia #C368AE

Tints of Fuchsia #C368AE

Color information

#C368AE (or 0xC368AE) is unknown color: approx Fuchsia. HEX triplet: C3, 68 and AE. RGB value is (195,104,174). Sum of RGB (Red+Green+Blue) = 195+104+174=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C368AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C368AE is #3C9751. Grayscale: #8B8B8B. Windows color (decimal): -3970898 or 11430083. OLE color: 11430083.

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

Color convert

RGB195104174-
CMYK00.470.110.24
HSL313.85º43.13%58.63%-
HSV(B)313.85º46.67%76.47%-
XYZ35.124.5642.93-
YUV139.19147.65167.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=41.23%
G=21.99%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510417400.470.110.24313.8543.1358.63
HexC368AE02FB1813a2b3b
Octal30315025605713304725373
Binary110000111101000101011100101111101111000100111010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C368AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C368AE; }

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

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

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

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

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

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

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

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