#C360B4

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

Shades of Fuchsia #C360B4

Tints of Fuchsia #C360B4

Color information

#C360B4 (or 0xC360B4) is unknown color: approx Fuchsia. HEX triplet: C3, 60 and B4. RGB value is (195,96,180). Sum of RGB (Red+Green+Blue) = 195+96+180=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C360B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360B4 is #3C9F4B. Grayscale: #868686. Windows color (decimal): -3972940 or 11821251. OLE color: 11821251.

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

Color convert

RGB19596180-
CMYK00.510.080.24
HSL309.09º45.21%57.06%-
HSV(B)309.09º50.77%76.47%-
XYZ34.9323.2645.83-
YUV135.18153.3170.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 96 (37.89% from 255) = 20.38%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=41.40%
G=20.38%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959618000.510.080.24309.0945.2157.06
HexC360B40338181352d39
Octal30314026406310304655571
Binary110000111100000101101000110011100011000100110101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C360B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C360B4; }

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

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

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

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

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

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

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

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