#C368AB

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

Shades of Fuchsia #C368AB

Tints of Fuchsia #C368AB

Color information

#C368AB (or 0xC368AB) is unknown color: approx Fuchsia. HEX triplet: C3, 68 and AB. RGB value is (195,104,171). Sum of RGB (Red+Green+Blue) = 195+104+171=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C368AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C368AB is #3C9754. Grayscale: #8A8A8A. Windows color (decimal): -3970901 or 11233475. OLE color: 11233475.

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

Color convert

RGB195104171-
CMYK00.470.120.24
HSL315.82º43.13%58.63%-
HSV(B)315.82º46.67%76.47%-
XYZ34.8124.4441.41-
YUV138.85146.15168.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 104 (41.02% from 255) = 22.13%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=41.49%
G=22.13%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510417100.470.120.24315.8243.1358.63
HexC368AB02FC1813c2b3b
Octal30315025305714304745373
Binary110000111101000101010110101111110011000100111100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C368AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C368AB; }

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

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

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

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

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

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

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

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