#C269B9

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

Shades of Fuchsia #C269B9

Tints of Fuchsia #C269B9

Color information

#C269B9 (or 0xC269B9) is unknown color: approx Fuchsia. HEX triplet: C2, 69 and B9. RGB value is (194,105,185). Sum of RGB (Red+Green+Blue) = 194+105+185=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C269B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269B9 is #3D9646. Grayscale: #8C8C8C. Windows color (decimal): -4036167 or 12151234. OLE color: 12151234.

HSL color Cylindrical-coordinate representation of color #C269B9: hue angle of 306.07º 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 #C269B9 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB194105185-
CMYK00.460.050.24
HSL306.07º42.18%58.63%-
HSV(B)306.07º45.88%76.08%-
XYZ36.0625.0848.84-
YUV140.73152.99166-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.08%
GREEN value IS 105 (41.41% from 255) = 21.69%
BLUE value IS 185 (72.66% from 255) = 38.22%
R=40.08%
G=21.69%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410518500.460.050.24306.0742.1858.63
HexC269B902E5181322a3b
Octal3021512710565304625273
Binary11000010110100110111001010111010111000100110010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269B9; }

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

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

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

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

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

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

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

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