#C369BE

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

Shades of Fuchsia #C369BE

Tints of Fuchsia #C369BE

Color information

#C369BE (or 0xC369BE) is unknown color: approx Fuchsia. HEX triplet: C3, 69 and BE. RGB value is (195,105,190). Sum of RGB (Red+Green+Blue) = 195+105+190=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C369BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369BE is #3C9641. Grayscale: #8D8D8D. Windows color (decimal): -3970626 or 12478915. OLE color: 12478915.

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

Color convert

RGB195105190-
CMYK00.460.030.24
HSL303.33º42.86%58.82%-
HSV(B)303.33º46.15%76.47%-
XYZ36.8525.4251.68-
YUV141.6155.32166.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.80%
GREEN value IS 105 (41.41% from 255) = 21.43%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=39.80%
G=21.43%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510519000.460.030.24303.3342.8658.82
HexC369BE02E31812f2b3b
Octal3031512760563304575373
Binary1100001111010011011111001011101111000100101111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C369BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C369BE; }

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

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

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

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

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

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

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

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