#C360BE

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

Shades of Fuchsia #C360BE

Tints of Fuchsia #C360BE

Color information

#C360BE (or 0xC360BE) is unknown color: approx Fuchsia. HEX triplet: C3, 60 and BE. RGB value is (195,96,190). Sum of RGB (Red+Green+Blue) = 195+96+190=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C360BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360BE is #3C9F41. Grayscale: #888888. Windows color (decimal): -3972930 or 12476611. OLE color: 12476611.

HSL color Cylindrical-coordinate representation of color #C360BE: hue angle of 303.03º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C360BE is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19596190-
CMYK00.510.030.24
HSL303.03º45.21%57.06%-
HSV(B)303.03º50.77%76.47%-
XYZ35.9823.6951.39-
YUV136.32158.3169.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 96 (37.89% from 255) = 19.96%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=40.54%
G=19.96%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959619000.510.030.24303.0345.2157.06
HexC360BE03331812f2d39
Octal3031402760633304575571
Binary1100001111000001011111001100111111000100101111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C360BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C360BE; }

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

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

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

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

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

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

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

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