#cd57c0

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

Shades of Fuchsia #CD57C0

Tints of Fuchsia #CD57C0

Color information

#CD57C0 (or 0xCD57C0) is unknown color: approx Fuchsia. HEX triplet: CD, 57 and C0. RGB value is (205,87,192). Sum of RGB (Red+Green+Blue) = 205+87+192=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CD57C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD57C0 is #32A83F. Grayscale: #858585. Windows color (decimal): -3319872 or 12605389. OLE color: 12605389.

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

Color convert

RGB20587192-
CMYK00.580.060.20
HSL306.61º54.13%57.25%-
HSV(B)306.61º57.56%80.39%-
XYZ38.123.652.42-
YUV134.25160.59178.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 87 (34.38% from 255) = 17.98%
BLUE value IS 192 (75.39% from 255) = 39.67%
R=42.36%
G=17.98%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058719200.580.060.20306.6154.1357.25
HexCD57C003A6141333639
Octal3151273000726244636671
Binary11001101101011111000000011101011010100100110011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd57c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd57c0; }

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

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

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

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

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

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

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

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