#C660C8

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

Shades of Fuchsia #C660C8

Tints of Fuchsia #C660C8

Color information

#C660C8 (or 0xC660C8) is unknown color: approx Fuchsia. HEX triplet: C6, 60 and C8. RGB value is (198,96,200). Sum of RGB (Red+Green+Blue) = 198+96+200=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 200 - color contains mainly: blue. Hex color #C660C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660C8 is #399F37. Grayscale: #8A8A8A. Windows color (decimal): -3776312 or 13131974. OLE color: 13131974.

HSL color Cylindrical-coordinate representation of color #C660C8: hue angle of 298.85º degrees, saturation: 0.49, 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 #C660C8 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19896200-
CMYK0.010.5200.22
HSL298.85º48.6%58.04%-
HSV(B)298.85º52%78.43%-
XYZ37.924.5457.38-
YUV138.35162.79170.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.08%
GREEN value IS 96 (37.89% from 255) = 19.43%
BLUE value IS 200 (78.52% from 255) = 40.49%
R=40.08%
G=19.43%
B=40.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198962000.010.5200.22298.8548.658.04
HexC660C813401612b313a
Octal3061403101640264536172
Binary110001101100000110010001110100010110100101011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C660C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C660C8; }

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

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

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

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

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

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

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

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