#CF3DAE

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

Shades of Fuchsia #CF3DAE

Tints of Fuchsia #CF3DAE

Color information

#CF3DAE (or 0xCF3DAE) is unknown color: approx Fuchsia. HEX triplet: CF, 3D and AE. RGB value is (207,61,174). Sum of RGB (Red+Green+Blue) = 207+61+174=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3DAE is #30C251. Grayscale: #757575. Windows color (decimal): -3195474 or 11419087. OLE color: 11419087.

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

Color convert

RGB20761174-
CMYK00.710.160.19
HSL313.56º60.33%52.55%-
HSV(B)313.56º70.53%81.18%-
XYZ35.0419.6641.99-
YUV117.54159.87191.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.83%
GREEN value IS 61 (24.22% from 255) = 13.80%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=46.83%
G=13.80%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076117400.710.160.19313.5660.3352.55
HexCF3DAE047101313a3c35
Octal31775256010720234727465
Binary1100111111110110101110010001111000010011100111010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3DAE; }

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

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

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

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

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

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

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

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