#CD51AB

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

Shades of Fuchsia #CD51AB

Tints of Fuchsia #CD51AB

Color information

#CD51AB (or 0xCD51AB) is unknown color: approx Fuchsia. HEX triplet: CD, 51 and AB. RGB value is (205,81,171). Sum of RGB (Red+Green+Blue) = 205+81+171=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD51AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD51AB is #32AE54. Grayscale: #808080. Windows color (decimal): -3321429 or 11227597. OLE color: 11227597.

HSL color Cylindrical-coordinate representation of color #CD51AB: hue angle of 316.45º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD51AB is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB20581171-
CMYK00.600.170.20
HSL316.45º55.36%56.08%-
HSV(B)316.45º60.49%80.39%-
XYZ35.4721.840.87-
YUV128.34152.08182.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 81 (32.03% from 255) = 17.72%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=44.86%
G=17.72%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058117100.600.170.20316.4555.3656.08
HexCD51AB03C111413c3738
Octal31512125307421244746770
Binary1100110110100011010101101111001000110100100111100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD51AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD51AB; }

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

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

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

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

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

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

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

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