#CD49B9

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

Shades of Fuchsia #CD49B9

Tints of Fuchsia #CD49B9

Color information

#CD49B9 (or 0xCD49B9) is unknown color: approx Fuchsia. HEX triplet: CD, 49 and B9. RGB value is (205,73,185). Sum of RGB (Red+Green+Blue) = 205+73+185=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD49B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49B9 is #32B646. Grayscale: #7C7C7C. Windows color (decimal): -3323463 or 12143053. OLE color: 12143053.

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

Color convert

RGB20573185-
CMYK00.640.100.20
HSL309.09º56.9%54.51%-
HSV(B)309.09º64.39%80.39%-
XYZ36.3221.2548.09-
YUV125.24161.73184.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 73 (28.91% from 255) = 15.77%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=44.28%
G=15.77%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057318500.640.100.20309.0956.954.51
HexCD49B9040A141353937
Octal315111271010012244657167
Binary1100110110010011011100101000000101010100100110101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD49B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD49B9; }

 p { color: rgb(205,73,185); }

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

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

 a { background-color: rgb(205,73,185); }

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

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

 span { border-color: rgb(205,73,185); }

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