#C769BE

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

Shades of Fuchsia #C769BE

Tints of Fuchsia #C769BE

Color information

#C769BE (or 0xC769BE) is unknown color: approx Fuchsia. HEX triplet: C7, 69 and BE. RGB value is (199,105,190). Sum of RGB (Red+Green+Blue) = 199+105+190=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C769BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769BE is #389641. Grayscale: #8E8E8E. Windows color (decimal): -3708482 or 12478919. OLE color: 12478919.

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

Color convert

RGB199105190-
CMYK00.470.050.22
HSL305.74º45.63%59.61%-
HSV(B)305.74º47.24%78.04%-
XYZ37.925.9651.73-
YUV142.8154.64168.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 105 (41.41% from 255) = 21.26%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=40.28%
G=21.26%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910519000.470.050.22305.7445.6359.61
HexC769BE02F5161322e3c
Octal3071512760575264625674
Binary11000111110100110111110010111110110110100110010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C769BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C769BE; }

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

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

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

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

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

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

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

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