#CD55BF

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

Shades of Fuchsia #CD55BF

Tints of Fuchsia #CD55BF

Color information

#CD55BF (or 0xCD55BF) is unknown color: approx Fuchsia. HEX triplet: CD, 55 and BF. RGB value is (205,85,191). Sum of RGB (Red+Green+Blue) = 205+85+191=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD55BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD55BF is #32AA40. Grayscale: #848484. Windows color (decimal): -3320385 or 12539341. OLE color: 12539341.

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

Color convert

RGB20585191-
CMYK00.590.070.20
HSL307º54.55%56.86%-
HSV(B)307º58.54%80.39%-
XYZ37.8323.2451.78-
YUV132.96160.76179.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 85 (33.59% from 255) = 17.67%
BLUE value IS 191 (75% from 255) = 39.71%
R=42.62%
G=17.67%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058519100.590.070.2030754.5556.86
HexCD55BF03B7141333739
Octal3151252770737244636771
Binary11001101101010110111111011101111110100100110011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD55BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD55BF; }

 p { color: rgb(205,85,191); }

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

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

 a { background-color: rgb(205,85,191); }

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

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

 span { border-color: rgb(205,85,191); }

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