#C366BE

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

Shades of Fuchsia #C366BE

Tints of Fuchsia #C366BE

Color information

#C366BE (or 0xC366BE) is unknown color: approx Fuchsia. HEX triplet: C3, 66 and BE. RGB value is (195,102,190). Sum of RGB (Red+Green+Blue) = 195+102+190=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C366BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366BE is #3C9941. Grayscale: #8B8B8B. Windows color (decimal): -3971394 or 12478147. OLE color: 12478147.

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

Color convert

RGB195102190-
CMYK00.480.030.24
HSL303.23º43.66%58.24%-
HSV(B)303.23º47.69%76.47%-
XYZ36.5524.8251.58-
YUV139.84156.31167.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.04%
GREEN value IS 102 (40.23% from 255) = 20.94%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=40.04%
G=20.94%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510219000.480.030.24303.2343.6658.24
HexC366BE03031812f2c3a
Octal3031462760603304575472
Binary1100001111001101011111001100001111000100101111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C366BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C366BE; }

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

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

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

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

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

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

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

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