#CD3DAB

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

Shades of Fuchsia #CD3DAB

Tints of Fuchsia #CD3DAB

Color information

#CD3DAB (or 0xCD3DAB) is unknown color: approx Fuchsia. HEX triplet: CD, 3D and AB. RGB value is (205,61,171). Sum of RGB (Red+Green+Blue) = 205+61+171=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3DAB is #32C254. Grayscale: #747474. Windows color (decimal): -3326549 or 11222477. OLE color: 11222477.

HSL color Cylindrical-coordinate representation of color #CD3DAB: hue angle of 314.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3DAB is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB20561171-
CMYK00.700.170.20
HSL314.17º59.02%52.16%-
HSV(B)314.17º70.24%80.39%-
XYZ34.219.2640.44-
YUV116.6158.71191.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.91%
GREEN value IS 61 (24.22% from 255) = 13.96%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=46.91%
G=13.96%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056117100.700.170.20314.1759.0252.16
HexCD3DAB046111413a3b34
Octal31575253010621244727364
Binary1100110111110110101011010001101000110100100111010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3DAB; }

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

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

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

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

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

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

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

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