#CD57BF

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

Shades of Fuchsia #CD57BF

Tints of Fuchsia #CD57BF

Color information

#CD57BF (or 0xCD57BF) is unknown color: approx Fuchsia. HEX triplet: CD, 57 and BF. RGB value is (205,87,191). Sum of RGB (Red+Green+Blue) = 205+87+191=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CD57BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD57BF is #32A840. Grayscale: #858585. Windows color (decimal): -3319873 or 12539853. OLE color: 12539853.

HSL color Cylindrical-coordinate representation of color #CD57BF: hue angle of 307.12º 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 #CD57BF is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB20587191-
CMYK00.580.070.20
HSL307.12º54.13%57.25%-
HSV(B)307.12º57.56%80.39%-
XYZ37.9923.5651.83-
YUV134.14160.09178.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.44%
GREEN value IS 87 (34.38% from 255) = 18.01%
BLUE value IS 191 (75% from 255) = 39.54%
R=42.44%
G=18.01%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058719100.580.070.20307.1254.1357.25
HexCD57BF03A7141333639
Octal3151272770727244636671
Binary11001101101011110111111011101011110100100110011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD57BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD57BF; }

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

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

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

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

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

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

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

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