#CF5AAE

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

Shades of Fuchsia #CF5AAE

Tints of Fuchsia #CF5AAE

Color information

#CF5AAE (or 0xCF5AAE) is unknown color: approx Fuchsia. HEX triplet: CF, 5A and AE. RGB value is (207,90,174). Sum of RGB (Red+Green+Blue) = 207+90+174=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5AAE is #30A551. Grayscale: #868686. Windows color (decimal): -3188050 or 11426511. OLE color: 11426511.

HSL color Cylindrical-coordinate representation of color #CF5AAE: hue angle of 316.92º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5AAE is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB20790174-
CMYK00.570.160.19
HSL316.92º54.93%58.24%-
HSV(B)316.92º56.52%81.18%-
XYZ37.0323.6342.65-
YUV134.56150.26179.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.95%
GREEN value IS 90 (35.55% from 255) = 19.11%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=43.95%
G=19.11%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079017400.570.160.19316.9254.9358.24
HexCF5AAE039101313d373a
Octal31713225607120234756772
Binary1100111110110101010111001110011000010011100111101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5AAE; }

 p { color: rgb(207,90,174); }

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

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

 a { background-color: rgb(207,90,174); }

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

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

 span { border-color: rgb(207,90,174); }

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