#c769c5

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

Shades of Fuchsia #C769C5

Tints of Fuchsia #C769C5

Color information

#C769C5 (or 0xC769C5) is unknown color: approx Fuchsia. HEX triplet: C7, 69 and C5. RGB value is (199,105,197). Sum of RGB (Red+Green+Blue) = 199+105+197=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C769C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769C5 is #38963A. Grayscale: #8F8F8F. Windows color (decimal): -3708475 or 12937671. OLE color: 12937671.

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

Color convert

RGB199105197-
CMYK00.470.010.22
HSL301.28º45.63%59.61%-
HSV(B)301.28º47.24%78.04%-
XYZ38.6826.2855.86-
YUV143.59158.14167.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.72%
GREEN value IS 105 (41.41% from 255) = 20.96%
BLUE value IS 197 (77.34% from 255) = 39.32%
R=39.72%
G=20.96%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910519700.470.010.22301.2845.6359.61
HexC769C502F11612d2e3c
Octal3071513050571264555674
Binary110001111101001110001010101111110110100101101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c769c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c769c5; }

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

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

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

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

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

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

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

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