#C662C0

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

Shades of Fuchsia #C662C0

Tints of Fuchsia #C662C0

Color information

#C662C0 (or 0xC662C0) is unknown color: approx Fuchsia. HEX triplet: C6, 62 and C0. RGB value is (198,98,192). Sum of RGB (Red+Green+Blue) = 198+98+192=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C662C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C662C0 is #399D3F. Grayscale: #8A8A8A. Windows color (decimal): -3775808 or 12608198. OLE color: 12608198.

HSL color Cylindrical-coordinate representation of color #C662C0: hue angle of 303.6º 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 #C662C0 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB19898192-
CMYK00.510.030.22
HSL303.6º46.73%58.04%-
HSV(B)303.6º50.51%77.65%-
XYZ37.1724.5552.65-
YUV138.62158.13170.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.57%
GREEN value IS 98 (38.67% from 255) = 20.08%
BLUE value IS 192 (75.39% from 255) = 39.34%
R=40.57%
G=20.08%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989819200.510.030.22303.646.7358.04
HexC662C00333161302f3a
Octal3061423000633264605772
Binary1100011011000101100000001100111110110100110000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C662C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C662C0; }

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

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

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

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

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

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

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

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