#C660BD

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

Shades of Fuchsia #C660BD

Tints of Fuchsia #C660BD

Color information

#C660BD (or 0xC660BD) is unknown color: approx Fuchsia. HEX triplet: C6, 60 and BD. RGB value is (198,96,189). Sum of RGB (Red+Green+Blue) = 198+96+189=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C660BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660BD is #399F42. Grayscale: #888888. Windows color (decimal): -3776323 or 12411078. OLE color: 12411078.

HSL color Cylindrical-coordinate representation of color #C660BD: hue angle of 305.29º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C660BD is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB19896189-
CMYK00.520.050.22
HSL305.29º47.22%57.65%-
HSV(B)305.29º51.52%77.65%-
XYZ36.6624.0550.85-
YUV137.1157.29171.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.99%
GREEN value IS 96 (37.89% from 255) = 19.88%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=40.99%
G=19.88%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989618900.520.050.22305.2947.2257.65
HexC660BD0345161312f3a
Octal3061402750645264615772
Binary11000110110000010111101011010010110110100110001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C660BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C660BD; }

 p { color: rgb(198,96,189); }

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

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

 a { background-color: rgb(198,96,189); }

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

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

 span { border-color: rgb(198,96,189); }

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