#C769C8

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

Shades of Fuchsia #C769C8

Tints of Fuchsia #C769C8

Color information

#C769C8 (or 0xC769C8) is unknown color: approx Fuchsia. HEX triplet: C7, 69 and C8. RGB value is (199,105,200). Sum of RGB (Red+Green+Blue) = 199+105+200=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 200 - color contains mainly: blue. Hex color #C769C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769C8 is #389637. Grayscale: #8F8F8F. Windows color (decimal): -3708472 or 13134279. OLE color: 13134279.

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

Color convert

RGB199105200-
CMYK0.000.4800.22
HSL299.37º46.34%59.8%-
HSV(B)299.37º47.5%78.43%-
XYZ39.0326.4257.69-
YUV143.94159.64167.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.48%
GREEN value IS 105 (41.41% from 255) = 20.83%
BLUE value IS 200 (78.52% from 255) = 39.68%
R=39.48%
G=20.83%
B=39.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991052000.000.4800.22299.3746.3459.8
HexC769C803001612b2e3c
Octal3071513100600264535674
Binary110001111101001110010000110000010110100101011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C769C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C769C8; }

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

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

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

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

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

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

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

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