#CD47AB

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

Shades of Fuchsia #CD47AB

Tints of Fuchsia #CD47AB

Color information

#CD47AB (or 0xCD47AB) is unknown color: approx Fuchsia. HEX triplet: CD, 47 and AB. RGB value is (205,71,171). Sum of RGB (Red+Green+Blue) = 205+71+171=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD47AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD47AB is #32B854. Grayscale: #7A7A7A. Windows color (decimal): -3323989 or 11225037. OLE color: 11225037.

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

Color convert

RGB20571171-
CMYK00.650.170.20
HSL315.22º57.26%54.12%-
HSV(B)315.22º65.37%80.39%-
XYZ34.7820.4340.64-
YUV122.47155.39186.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 71 (28.12% from 255) = 15.88%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=45.86%
G=15.88%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057117100.650.170.20315.2257.2654.12
HexCD47AB041111413b3936
Octal315107253010121244737166
Binary11001101100011110101011010000011000110100100111011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD47AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD47AB; }

 p { color: rgb(205,71,171); }

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

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

 a { background-color: rgb(205,71,171); }

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

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

 span { border-color: rgb(205,71,171); }

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