#CD5ACF

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

Shades of Fuchsia #CD5ACF

Tints of Fuchsia #CD5ACF

Color information

#CD5ACF (or 0xCD5ACF) is unknown color: approx Fuchsia. HEX triplet: CD, 5A and CF. RGB value is (205,90,207). Sum of RGB (Red+Green+Blue) = 205+90+207=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD5ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5ACF is #32A530. Grayscale: #898989. Windows color (decimal): -3319089 or 13589197. OLE color: 13589197.

HSL color Cylindrical-coordinate representation of color #CD5ACF: hue angle of 298.97º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD5ACF is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20590207-
CMYK0.010.5700.19
HSL298.97º54.93%58.24%-
HSV(B)298.97º56.52%81.18%-
XYZ40.124.861.7-
YUV137.72167.1175.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.84%
GREEN value IS 90 (35.55% from 255) = 17.93%
BLUE value IS 207 (81.25% from 255) = 41.24%
R=40.84%
G=17.93%
B=41.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal205902070.010.5700.19298.9754.9358.24
HexCD5ACF13901312b373a
Octal3151323171710234536772
Binary110011011011010110011111111001010011100101011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5ACF; }

 p { color: rgb(205,90,207); }

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

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

 a { background-color: rgb(205,90,207); }

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

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

 span { border-color: rgb(205,90,207); }

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