#C662B3

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

Shades of Fuchsia #C662B3

Tints of Fuchsia #C662B3

Color information

#C662B3 (or 0xC662B3) is unknown color: approx Fuchsia. HEX triplet: C6, 62 and B3. RGB value is (198,98,179). Sum of RGB (Red+Green+Blue) = 198+98+179=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C662B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C662B3 is #399D4C. Grayscale: #888888. Windows color (decimal): -3775821 or 11756230. OLE color: 11756230.

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

Color convert

RGB19898179-
CMYK00.510.100.22
HSL311.4º46.73%58.04%-
HSV(B)311.4º50.51%77.65%-
XYZ35.792445.39-
YUV137.13151.63171.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 98 (38.67% from 255) = 20.63%
BLUE value IS 179 (70.31% from 255) = 37.68%
R=41.68%
G=20.63%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989817900.510.100.22311.446.7358.04
HexC662B3033A161372f3a
Octal30614226306312264675772
Binary110001101100010101100110110011101010110100110111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C662B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C662B3; }

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

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

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

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

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

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

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

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