#C661CC

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

Shades of Fuchsia #C661CC

Tints of Fuchsia #C661CC

Color information

#C661CC (or 0xC661CC) is unknown color: approx Fuchsia. HEX triplet: C6, 61 and CC. RGB value is (198,97,204). Sum of RGB (Red+Green+Blue) = 198+97+204=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #C661CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C661CC is #399E33. Grayscale: #8B8B8B. Windows color (decimal): -3776052 or 13394374. OLE color: 13394374.

HSL color Cylindrical-coordinate representation of color #C661CC: hue angle of 296.64º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C661CC is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19897204-
CMYK0.030.5200.2
HSL296.64º51.2%59.02%-
HSV(B)296.64º52.45%80%-
XYZ38.4624.9159.91-
YUV139.4164.46169.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.68%
GREEN value IS 97 (38.28% from 255) = 19.44%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=39.68%
G=19.44%
B=40.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal198972040.030.5200.2296.6451.259.02
HexC661CC334014129333b
Octal3061413143640244516373
Binary1100011011000011100110011110100010100100101001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C661CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C661CC; }

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

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

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

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

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

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

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

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