#CF4AAE

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

Shades of Fuchsia #CF4AAE

Tints of Fuchsia #CF4AAE

Color information

#CF4AAE (or 0xCF4AAE) is unknown color: approx Fuchsia. HEX triplet: CF, 4A and AE. RGB value is (207,74,174). Sum of RGB (Red+Green+Blue) = 207+74+174=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4AAE is #30B551. Grayscale: #7C7C7C. Windows color (decimal): -3192146 or 11422415. OLE color: 11422415.

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

Color convert

RGB20774174-
CMYK00.640.160.19
HSL314.89º58.08%55.1%-
HSV(B)314.89º64.25%81.18%-
XYZ35.8221.2242.25-
YUV125.17155.56186.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 74 (29.30% from 255) = 16.26%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=45.49%
G=16.26%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077417400.640.160.19314.8958.0855.1
HexCF4AAE040101313b3a37
Octal317112256010020234737267
Binary11001111100101010101110010000001000010011100111011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4AAE; }

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

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

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

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

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

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

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

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