#C469BB

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

Shades of Fuchsia #C469BB

Tints of Fuchsia #C469BB

Color information

#C469BB (or 0xC469BB) is unknown color: approx Fuchsia. HEX triplet: C4, 69 and BB. RGB value is (196,105,187). Sum of RGB (Red+Green+Blue) = 196+105+187=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C469BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469BB is #3B9644. Grayscale: #8D8D8D. Windows color (decimal): -3905093 or 12282308. OLE color: 12282308.

HSL color Cylindrical-coordinate representation of color #C469BB: hue angle of 305.93º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C469BB is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196105187-
CMYK00.460.050.23
HSL305.93º43.54%59.02%-
HSV(B)305.93º46.43%76.86%-
XYZ36.7925.4349.98-
YUV141.56153.65166.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.16%
GREEN value IS 105 (41.41% from 255) = 21.52%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=40.16%
G=21.52%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610518700.460.050.23305.9343.5459.02
HexC469BB02E5171322c3b
Octal3041512730565274625473
Binary11000100110100110111011010111010110111100110010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C469BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C469BB; }

 p { color: rgb(196,105,187); }

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

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

 a { background-color: rgb(196,105,187); }

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

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

 span { border-color: rgb(196,105,187); }

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