#CD3FAB

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

Shades of Fuchsia #CD3FAB

Tints of Fuchsia #CD3FAB

Color information

#CD3FAB (or 0xCD3FAB) is unknown color: approx Fuchsia. HEX triplet: CD, 3F and AB. RGB value is (205,63,171). Sum of RGB (Red+Green+Blue) = 205+63+171=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3FAB is #32C054. Grayscale: #757575. Windows color (decimal): -3326037 or 11222989. OLE color: 11222989.

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

Color convert

RGB20563171-
CMYK00.690.170.20
HSL314.37º58.68%52.55%-
HSV(B)314.37º69.27%80.39%-
XYZ34.3119.4740.48-
YUV117.77158.04190.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.70%
GREEN value IS 63 (25% from 255) = 14.35%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=46.70%
G=14.35%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056317100.690.170.20314.3758.6852.55
HexCD3FAB045111413a3b35
Octal31577253010521244727365
Binary1100110111111110101011010001011000110100100111010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3FAB; }

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

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

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

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

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

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

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

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