#C269C1

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

Shades of Fuchsia #C269C1

Tints of Fuchsia #C269C1

Color information

#C269C1 (or 0xC269C1) is unknown color: approx Fuchsia. HEX triplet: C2, 69 and C1. RGB value is (194,105,193). Sum of RGB (Red+Green+Blue) = 194+105+193=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C269C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269C1 is #3D963E. Grayscale: #8D8D8D. Windows color (decimal): -4036159 or 12675522. OLE color: 12675522.

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

Color convert

RGB194105193-
CMYK00.460.010.24
HSL300.67º42.18%58.63%-
HSV(B)300.67º45.88%76.08%-
XYZ36.9325.4253.41-
YUV141.64156.99165.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 105 (41.41% from 255) = 21.34%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=39.43%
G=21.34%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410519300.460.010.24300.6742.1858.63
HexC269C102E11812d2a3b
Octal3021513010561304555273
Binary110000101101001110000010101110111000100101101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269C1; }

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

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

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

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

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

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

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

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