#C269B0

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

Shades of Fuchsia #C269B0

Tints of Fuchsia #C269B0

Color information

#C269B0 (or 0xC269B0) is unknown color: approx Fuchsia. HEX triplet: C2, 69 and B0. RGB value is (194,105,176). Sum of RGB (Red+Green+Blue) = 194+105+176=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C269B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C269B0 is #3D964F. Grayscale: #8B8B8B. Windows color (decimal): -4036176 or 11561410. OLE color: 11561410.

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

Color convert

RGB194105176-
CMYK00.460.090.24
HSL312.13º42.18%58.63%-
HSV(B)312.13º45.88%76.08%-
XYZ35.1424.7143.99-
YUV139.7148.49166.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 105 (41.41% from 255) = 22.11%
BLUE value IS 176 (69.14% from 255) = 37.05%
R=40.84%
G=22.11%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410517600.460.090.24312.1342.1858.63
HexC269B002E9181382a3b
Octal30215126005611304705273
Binary110000101101001101100000101110100111000100111000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269B0; }

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

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

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

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

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

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

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

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