#C369BF

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

Shades of Fuchsia #C369BF

Tints of Fuchsia #C369BF

Color information

#C369BF (or 0xC369BF) is unknown color: approx Fuchsia. HEX triplet: C3, 69 and BF. RGB value is (195,105,191). Sum of RGB (Red+Green+Blue) = 195+105+191=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C369BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369BF is #3C9640. Grayscale: #8D8D8D. Windows color (decimal): -3970625 or 12544451. OLE color: 12544451.

HSL color Cylindrical-coordinate representation of color #C369BF: hue angle of 302.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C369BF is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB195105191-
CMYK00.460.020.24
HSL302.67º42.86%58.82%-
HSV(B)302.67º46.15%76.47%-
XYZ36.9625.4752.26-
YUV141.71155.82166.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 105 (41.41% from 255) = 21.38%
BLUE value IS 191 (75% from 255) = 38.90%
R=39.71%
G=21.38%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510519100.460.020.24302.6742.8658.82
HexC369BF02E21812f2b3b
Octal3031512770562304575373
Binary1100001111010011011111101011101011000100101111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C369BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C369BF; }

 p { color: rgb(195,105,191); }

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

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

 a { background-color: rgb(195,105,191); }

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

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

 span { border-color: rgb(195,105,191); }

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