#C360B1

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

Shades of Fuchsia #C360B1

Tints of Fuchsia #C360B1

Color information

#C360B1 (or 0xC360B1) is unknown color: approx Fuchsia. HEX triplet: C3, 60 and B1. RGB value is (195,96,177). Sum of RGB (Red+Green+Blue) = 195+96+177=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C360B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C360B1 is #3C9F4E. Grayscale: #868686. Windows color (decimal): -3972943 or 11624643. OLE color: 11624643.

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

Color convert

RGB19596177-
CMYK00.510.090.24
HSL310.91º45.21%57.06%-
HSV(B)310.91º50.77%76.47%-
XYZ34.6223.1444.24-
YUV134.84151.8170.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 96 (37.89% from 255) = 20.51%
BLUE value IS 177 (69.53% from 255) = 37.82%
R=41.67%
G=20.51%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959617700.510.090.24310.9145.2157.06
HexC360B10339181372d39
Octal30314026106311304675571
Binary110000111100000101100010110011100111000100110111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C360B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C360B1; }

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

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

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

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

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

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

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

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