#cd46ae

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

Shades of Fuchsia #CD46AE

Tints of Fuchsia #CD46AE

Color information

#CD46AE (or 0xCD46AE) is unknown color: approx Fuchsia. HEX triplet: CD, 46 and AE. RGB value is (205,70,174). Sum of RGB (Red+Green+Blue) = 205+70+174=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD46AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD46AE is #32B951. Grayscale: #797979. Windows color (decimal): -3324242 or 11421389. OLE color: 11421389.

HSL color Cylindrical-coordinate representation of color #CD46AE: hue angle of 313.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD46AE is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB20570174-
CMYK00.660.150.20
HSL313.78º57.45%53.92%-
HSV(B)313.78º65.85%80.39%-
XYZ35.0120.4242.14-
YUV122.22157.23187.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.66%
GREEN value IS 70 (27.73% from 255) = 15.59%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=45.66%
G=15.59%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057017400.660.150.20313.7857.4553.92
HexCD46AE042F1413a3936
Octal315106256010217244727166
Binary1100110110001101010111001000010111110100100111010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd46ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd46ae; }

 p { color: rgb(205,70,174); }

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

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

 a { background-color: rgb(205,70,174); }

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

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

 span { border-color: rgb(205,70,174); }

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