#C661CE

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

Shades of Fuchsia #C661CE

Tints of Fuchsia #C661CE

Color information

#C661CE (or 0xC661CE) is unknown color: approx Fuchsia. HEX triplet: C6, 61 and CE. RGB value is (198,97,206). Sum of RGB (Red+Green+Blue) = 198+97+206=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #C661CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C661CE is #399E31. Grayscale: #8B8B8B. Windows color (decimal): -3776050 or 13525446. OLE color: 13525446.

HSL color Cylindrical-coordinate representation of color #C661CE: hue angle of 295.6º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C661CE is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19897206-
CMYK0.040.5300.19
HSL295.6º52.66%59.41%-
HSV(B)295.6º52.91%80.78%-
XYZ38.725.0161.18-
YUV139.62165.46169.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.52%
GREEN value IS 97 (38.28% from 255) = 19.36%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=39.52%
G=19.36%
B=41.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal198972060.040.5300.19295.652.6659.41
HexC661CE435013128353b
Octal3061413164650234506573
Binary11000110110000111001110100110101010011100101000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C661CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C661CE; }

 p { color: rgb(198,97,206); }

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

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

 a { background-color: rgb(198,97,206); }

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

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

 span { border-color: rgb(198,97,206); }

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