#C065AE

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

Shades of Fuchsia #C065AE

Tints of Fuchsia #C065AE

Color information

#C065AE (or 0xC065AE) is unknown color: approx Fuchsia. HEX triplet: C0, 65 and AE. RGB value is (192,101,174). Sum of RGB (Red+Green+Blue) = 192+101+174=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C065AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C065AE is #3F9A51. Grayscale: #888888. Windows color (decimal): -4168274 or 11429312. OLE color: 11429312.

HSL color Cylindrical-coordinate representation of color #C065AE: hue angle of 311.87º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C065AE is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192101174-
CMYK00.470.090.25
HSL311.87º41.94%57.45%-
HSV(B)311.87º47.4%75.29%-
XYZ34.0323.5742.8-
YUV136.53149.15167.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.11%
GREEN value IS 101 (39.84% from 255) = 21.63%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=41.11%
G=21.63%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210117400.470.090.25311.8741.9457.45
HexC065AE02F9191382a39
Octal30014525605711314705271
Binary110000001100101101011100101111100111001100111000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C065AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C065AE; }

 p { color: rgb(192,101,174); }

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

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

 a { background-color: rgb(192,101,174); }

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

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

 span { border-color: rgb(192,101,174); }

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