#C360B2

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

Shades of Fuchsia #C360B2

Tints of Fuchsia #C360B2

Color information

#C360B2 (or 0xC360B2) is unknown color: approx Fuchsia. HEX triplet: C3, 60 and B2. RGB value is (195,96,178). Sum of RGB (Red+Green+Blue) = 195+96+178=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C360B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C360B2 is #3C9F4D. Grayscale: #868686. Windows color (decimal): -3972942 or 11690179. OLE color: 11690179.

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

Color convert

RGB19596178-
CMYK00.510.090.24
HSL310.3º45.21%57.06%-
HSV(B)310.3º50.77%76.47%-
XYZ34.7223.1844.76-
YUV134.95152.3170.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 96 (37.89% from 255) = 20.47%
BLUE value IS 178 (69.92% from 255) = 37.95%
R=41.58%
G=20.47%
B=37.95%

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
Decimal1959617800.510.090.24310.345.2157.06
HexC360B20339181362d39
Octal30314026206311304665571
Binary110000111100000101100100110011100111000100110110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C360B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C360B2; }

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

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

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

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

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

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

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

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