#c662b1

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

Shades of Fuchsia #C662B1

Tints of Fuchsia #C662B1

Color information

#C662B1 (or 0xC662B1) is unknown color: approx Fuchsia. HEX triplet: C6, 62 and B1. RGB value is (198,98,177). Sum of RGB (Red+Green+Blue) = 198+98+177=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C662B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C662B1 is #399D4E. Grayscale: #888888. Windows color (decimal): -3775823 or 11625158. OLE color: 11625158.

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

Color convert

RGB19898177-
CMYK00.510.110.22
HSL312.6º46.73%58.04%-
HSV(B)312.6º50.51%77.65%-
XYZ35.5923.9244.34-
YUV136.91150.63171.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 98 (38.67% from 255) = 20.72%
BLUE value IS 177 (69.53% from 255) = 37.42%
R=41.86%
G=20.72%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989817700.510.110.22312.646.7358.04
HexC662B1033B161392f3a
Octal30614226106313264715772
Binary110001101100010101100010110011101110110100111001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c662b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c662b1; }

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

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

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

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

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

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

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

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