#C260BB

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

Shades of Fuchsia #C260BB

Tints of Fuchsia #C260BB

Color information

#C260BB (or 0xC260BB) is unknown color: approx Fuchsia. HEX triplet: C2, 60 and BB. RGB value is (194,96,187). Sum of RGB (Red+Green+Blue) = 194+96+187=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C260BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260BB is #3D9F44. Grayscale: #878787. Windows color (decimal): -4038469 or 12280002. OLE color: 12280002.

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

Color convert

RGB19496187-
CMYK00.510.040.24
HSL304.29º44.55%56.86%-
HSV(B)304.29º50.52%76.08%-
XYZ35.423.4249.67-
YUV135.68156.97169.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.67%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=40.67%
G=20.13%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949618700.510.040.24304.2944.5556.86
HexC260BB0334181302d39
Octal3021402730634304605571
Binary11000010110000010111011011001110011000100110000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C260BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C260BB; }

 p { color: rgb(194,96,187); }

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

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

 a { background-color: rgb(194,96,187); }

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

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

 span { border-color: rgb(194,96,187); }

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