#C769C2

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

Shades of Fuchsia #C769C2

Tints of Fuchsia #C769C2

Color information

#C769C2 (or 0xC769C2) is unknown color: approx Fuchsia. HEX triplet: C7, 69 and C2. RGB value is (199,105,194). Sum of RGB (Red+Green+Blue) = 199+105+194=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C769C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769C2 is #38963D. Grayscale: #8E8E8E. Windows color (decimal): -3708478 or 12741063. OLE color: 12741063.

HSL color Cylindrical-coordinate representation of color #C769C2: hue angle of 303.19º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C769C2 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB199105194-
CMYK00.470.030.22
HSL303.19º45.63%59.61%-
HSV(B)303.19º47.24%78.04%-
XYZ38.3426.1454.06-
YUV143.25156.64167.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.96%
GREEN value IS 105 (41.41% from 255) = 21.08%
BLUE value IS 194 (76.17% from 255) = 38.96%
R=39.96%
G=21.08%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910519400.470.030.22303.1945.6359.61
HexC769C202F31612f2e3c
Octal3071513020573264575674
Binary1100011111010011100001001011111110110100101111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C769C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C769C2; }

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

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

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

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

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

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

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

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