#CD49C1

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

Shades of Fuchsia #CD49C1

Tints of Fuchsia #CD49C1

Color information

#CD49C1 (or 0xCD49C1) is unknown color: approx Fuchsia. HEX triplet: CD, 49 and C1. RGB value is (205,73,193). Sum of RGB (Red+Green+Blue) = 205+73+193=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CD49C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49C1 is #32B63E. Grayscale: #7D7D7D. Windows color (decimal): -3323455 or 12667341. OLE color: 12667341.

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

Color convert

RGB20573193-
CMYK00.640.060.20
HSL305.45º56.9%54.51%-
HSV(B)305.45º64.39%80.39%-
XYZ37.1921.5952.66-
YUV126.15165.73184.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.52%
GREEN value IS 73 (28.91% from 255) = 15.50%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=43.52%
G=15.50%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057319300.640.060.20305.4556.954.51
HexCD49C10406141313937
Octal31511130101006244617167
Binary110011011001001110000010100000011010100100110001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD49C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD49C1; }

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

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

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

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

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

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

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

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