#C269B3

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

Shades of Fuchsia #C269B3

Tints of Fuchsia #C269B3

Color information

#C269B3 (or 0xC269B3) is unknown color: approx Fuchsia. HEX triplet: C2, 69 and B3. RGB value is (194,105,179). Sum of RGB (Red+Green+Blue) = 194+105+179=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C269B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269B3 is #3D964C. Grayscale: #8B8B8B. Windows color (decimal): -4036173 or 11758018. OLE color: 11758018.

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

Color convert

RGB194105179-
CMYK00.460.080.24
HSL310.11º42.18%58.63%-
HSV(B)310.11º45.88%76.08%-
XYZ35.4424.8345.57-
YUV140.05149.99166.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.59%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 179 (70.31% from 255) = 37.45%
R=40.59%
G=21.97%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410517900.460.080.24310.1142.1858.63
HexC269B302E8181362a3b
Octal30215126305610304665273
Binary110000101101001101100110101110100011000100110110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269B3; }

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

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

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

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

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

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

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

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