#C366B0

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

Shades of Fuchsia #C366B0

Tints of Fuchsia #C366B0

Color information

#C366B0 (or 0xC366B0) is unknown color: approx Fuchsia. HEX triplet: C3, 66 and B0. RGB value is (195,102,176). Sum of RGB (Red+Green+Blue) = 195+102+176=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C366B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C366B0 is #3C994F. Grayscale: #8A8A8A. Windows color (decimal): -3971408 or 11560643. OLE color: 11560643.

HSL color Cylindrical-coordinate representation of color #C366B0: hue angle of 312.26º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C366B0 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB195102176-
CMYK00.480.100.24
HSL312.26º43.66%58.24%-
HSV(B)312.26º47.69%76.47%-
XYZ35.0924.2443.9-
YUV138.24149.31168.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 102 (40.23% from 255) = 21.56%
BLUE value IS 176 (69.14% from 255) = 37.21%
R=41.23%
G=21.56%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510217600.480.100.24312.2643.6658.24
HexC366B0030A181382c3a
Octal30314626006012304705472
Binary110000111100110101100000110000101011000100111000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C366B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C366B0; }

 p { color: rgb(195,102,176); }

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

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

 a { background-color: rgb(195,102,176); }

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

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

 span { border-color: rgb(195,102,176); }

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