#C368C0

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

Shades of Fuchsia #C368C0

Tints of Fuchsia #C368C0

Color information

#C368C0 (or 0xC368C0) is unknown color: approx Fuchsia. HEX triplet: C3, 68 and C0. RGB value is (195,104,192). Sum of RGB (Red+Green+Blue) = 195+104+192=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C368C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368C0 is #3C973F. Grayscale: #8C8C8C. Windows color (decimal): -3970880 or 12609731. OLE color: 12609731.

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

Color convert

RGB195104192-
CMYK00.470.020.24
HSL301.98º43.13%58.63%-
HSV(B)301.98º46.67%76.47%-
XYZ36.9725.3152.81-
YUV141.24156.65166.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 104 (41.02% from 255) = 21.18%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=39.71%
G=21.18%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510419200.470.020.24301.9843.1358.63
HexC368C002F21812e2b3b
Octal3031503000572304565373
Binary1100001111010001100000001011111011000100101110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C368C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C368C0; }

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

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

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

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

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

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

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

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