#C769C7

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

Shades of Fuchsia #C769C7

Tints of Fuchsia #C769C7

Color information

#C769C7 (or 0xC769C7) is unknown color: approx Fuchsia. HEX triplet: C7, 69 and C7. RGB value is (199,105,199). Sum of RGB (Red+Green+Blue) = 199+105+199=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C769C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769C7 is #389638. Grayscale: #8F8F8F. Windows color (decimal): -3708473 or 13068743. OLE color: 13068743.

HSL color Cylindrical-coordinate representation of color #C769C7: hue angle of 300º 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 #C769C7 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB199105199-
CMYK00.4700.22
HSL300º45.63%59.61%-
HSV(B)300º47.24%78.04%-
XYZ38.9126.3757.07-
YUV143.82159.14167.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.56%
GREEN value IS 105 (41.41% from 255) = 20.87%
BLUE value IS 199 (78.12% from 255) = 39.56%
R=39.56%
G=20.87%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910519900.4700.2230045.6359.61
HexC769C702F01612c2e3c
Octal3071513070570264545674
Binary110001111101001110001110101111010110100101100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C769C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C769C7; }

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

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

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

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

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

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

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

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