#C662BE

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

Shades of Fuchsia #C662BE

Tints of Fuchsia #C662BE

Color information

#C662BE (or 0xC662BE) is unknown color: approx Fuchsia. HEX triplet: C6, 62 and BE. RGB value is (198,98,190). Sum of RGB (Red+Green+Blue) = 198+98+190=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C662BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C662BE is #399D41. Grayscale: #8A8A8A. Windows color (decimal): -3775810 or 12477126. OLE color: 12477126.

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

Color convert

RGB19898190-
CMYK00.510.040.22
HSL304.8º46.73%58.04%-
HSV(B)304.8º50.51%77.65%-
XYZ36.9524.4651.49-
YUV138.39157.13170.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.74%
GREEN value IS 98 (38.67% from 255) = 20.16%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=40.74%
G=20.16%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989819000.510.040.22304.846.7358.04
HexC662BE0334161312f3a
Octal3061422760634264615772
Binary11000110110001010111110011001110010110100110001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C662BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C662BE; }

 p { color: rgb(198,98,190); }

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

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

 a { background-color: rgb(198,98,190); }

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

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

 span { border-color: rgb(198,98,190); }

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