#C269BB

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

Shades of Fuchsia #C269BB

Tints of Fuchsia #C269BB

Color information

#C269BB (or 0xC269BB) is unknown color: approx Fuchsia. HEX triplet: C2, 69 and BB. RGB value is (194,105,187). Sum of RGB (Red+Green+Blue) = 194+105+187=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C269BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269BB is #3D9644. Grayscale: #8C8C8C. Windows color (decimal): -4036165 or 12282306. OLE color: 12282306.

HSL color Cylindrical-coordinate representation of color #C269BB: hue angle of 304.72º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C269BB is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB194105187-
CMYK00.460.040.24
HSL304.72º42.18%58.63%-
HSV(B)304.72º45.88%76.08%-
XYZ36.2725.1649.96-
YUV140.96153.99165.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 105 (41.41% from 255) = 21.60%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=39.92%
G=21.60%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410518700.460.040.24304.7242.1858.63
HexC269BB02E4181312a3b
Octal3021512730564304615273
Binary11000010110100110111011010111010011000100110001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269BB; }

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

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

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

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

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

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

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

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