#CD49BA

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

Shades of Fuchsia #CD49BA

Tints of Fuchsia #CD49BA

Color information

#CD49BA (or 0xCD49BA) is unknown color: approx Fuchsia. HEX triplet: CD, 49 and BA. RGB value is (205,73,186). Sum of RGB (Red+Green+Blue) = 205+73+186=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD49BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49BA is #32B645. Grayscale: #7D7D7D. Windows color (decimal): -3323462 or 12208589. OLE color: 12208589.

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

Color convert

RGB20573186-
CMYK00.640.090.20
HSL308.64º56.9%54.51%-
HSV(B)308.64º64.39%80.39%-
XYZ36.4221.2948.64-
YUV125.35162.23184.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.18%
GREEN value IS 73 (28.91% from 255) = 15.73%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=44.18%
G=15.73%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057318600.640.090.20308.6456.954.51
HexCD49BA0409141353937
Octal315111272010011244657167
Binary1100110110010011011101001000000100110100100110101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD49BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD49BA; }

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

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

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

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

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

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

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

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