#C669B9

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

Shades of Fuchsia #C669B9

Tints of Fuchsia #C669B9

Color information

#C669B9 (or 0xC669B9) is unknown color: approx Fuchsia. HEX triplet: C6, 69 and B9. RGB value is (198,105,185). Sum of RGB (Red+Green+Blue) = 198+105+185=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C669B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669B9 is #399646. Grayscale: #8D8D8D. Windows color (decimal): -3774023 or 12151238. OLE color: 12151238.

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

Color convert

RGB198105185-
CMYK00.470.070.22
HSL308.39º44.93%59.41%-
HSV(B)308.39º46.97%77.65%-
XYZ37.125.6148.89-
YUV141.93152.31168-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.57%
GREEN value IS 105 (41.41% from 255) = 21.52%
BLUE value IS 185 (72.66% from 255) = 37.91%
R=40.57%
G=21.52%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810518500.470.070.22308.3944.9359.41
HexC669B902F7161342d3b
Octal3061512710577264645573
Binary11000110110100110111001010111111110110100110100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C669B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C669B9; }

 p { color: rgb(198,105,185); }

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

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

 a { background-color: rgb(198,105,185); }

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

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

 span { border-color: rgb(198,105,185); }

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