#C368B8

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

Shades of Fuchsia #C368B8

Tints of Fuchsia #C368B8

Color information

#C368B8 (or 0xC368B8) is unknown color: approx Fuchsia. HEX triplet: C3, 68 and B8. RGB value is (195,104,184). Sum of RGB (Red+Green+Blue) = 195+104+184=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C368B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368B8 is #3C9747. Grayscale: #8C8C8C. Windows color (decimal): -3970888 or 12085443. OLE color: 12085443.

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

Color convert

RGB195104184-
CMYK00.470.060.24
HSL307.25º43.13%58.63%-
HSV(B)307.25º46.67%76.47%-
XYZ36.1124.9648.26-
YUV140.33152.65167-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 104 (41.02% from 255) = 21.53%
BLUE value IS 184 (72.27% from 255) = 38.10%
R=40.37%
G=21.53%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510418400.470.060.24307.2543.1358.63
HexC368B802F6181332b3b
Octal3031502700576304635373
Binary11000011110100010111000010111111011000100110011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C368B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C368B8; }

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

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

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

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

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

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

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

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