#CD61AD

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

Shades of Fuchsia #CD61AD

Tints of Fuchsia #CD61AD

Color information

#CD61AD (or 0xCD61AD) is unknown color: approx Fuchsia. HEX triplet: CD, 61 and AD. RGB value is (205,97,173). Sum of RGB (Red+Green+Blue) = 205+97+173=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CD61AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD61AD is #329E52. Grayscale: #898989. Windows color (decimal): -3317331 or 11362765. OLE color: 11362765.

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

Color convert

RGB20597173-
CMYK00.530.160.20
HSL317.78º51.92%59.22%-
HSV(B)317.78º52.68%80.39%-
XYZ36.9924.5542.32-
YUV137.96147.78175.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.16%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=43.16%
G=20.42%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059717300.530.160.20317.7851.9259.22
HexCD61AD035101413e343b
Octal31514125506520244766473
Binary1100110111000011010110101101011000010100100111110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD61AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD61AD; }

 p { color: rgb(205,97,173); }

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

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

 a { background-color: rgb(205,97,173); }

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

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

 span { border-color: rgb(205,97,173); }

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