#CD57BB

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

Shades of Fuchsia #CD57BB

Tints of Fuchsia #CD57BB

Color information

#CD57BB (or 0xCD57BB) is unknown color: approx Fuchsia. HEX triplet: CD, 57 and BB. RGB value is (205,87,187). Sum of RGB (Red+Green+Blue) = 205+87+187=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD57BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD57BB is #32A844. Grayscale: #858585. Windows color (decimal): -3319877 or 12277709. OLE color: 12277709.

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

Color convert

RGB20587187-
CMYK00.580.090.20
HSL309.15º54.13%57.25%-
HSV(B)309.15º57.56%80.39%-
XYZ37.5523.3849.55-
YUV133.68158.09178.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 87 (34.38% from 255) = 18.16%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=42.80%
G=18.16%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058718700.580.090.20309.1554.1357.25
HexCD57BB03A9141353639
Octal31512727307211244656671
Binary110011011010111101110110111010100110100100110101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD57BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD57BB; }

 p { color: rgb(205,87,187); }

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

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

 a { background-color: rgb(205,87,187); }

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

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

 span { border-color: rgb(205,87,187); }

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