#C769CA

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

Shades of Fuchsia #C769CA

Tints of Fuchsia #C769CA

Color information

#C769CA (or 0xC769CA) is unknown color: approx Fuchsia. HEX triplet: C7, 69 and CA. RGB value is (199,105,202). Sum of RGB (Red+Green+Blue) = 199+105+202=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #C769CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769CA is #389635. Grayscale: #8F8F8F. Windows color (decimal): -3708470 or 13265351. OLE color: 13265351.

HSL color Cylindrical-coordinate representation of color #C769CA: hue angle of 298.14º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C769CA is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB199105202-
CMYK0.010.4800.21
HSL298.14º47.78%60.2%-
HSV(B)298.14º48.02%79.22%-
XYZ39.2726.5158.92-
YUV144.16160.64167.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.33%
GREEN value IS 105 (41.41% from 255) = 20.75%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=39.33%
G=20.75%
B=39.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1991052020.010.4800.21298.1447.7860.2
HexC769CA13001512a303c
Octal3071513121600254526074
Binary110001111101001110010101110000010101100101010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C769CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C769CA; }

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

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

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

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

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

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

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

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