#CD49CE

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

Shades of Fuchsia #CD49CE

Tints of Fuchsia #CD49CE

Color information

#CD49CE (or 0xCD49CE) is unknown color: approx Fuchsia. HEX triplet: CD, 49 and CE. RGB value is (205,73,206). Sum of RGB (Red+Green+Blue) = 205+73+206=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD49CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49CE is #32B631. Grayscale: #7F7F7F. Windows color (decimal): -3323442 or 13519309. OLE color: 13519309.

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

Color convert

RGB20573206-
CMYK0.000.6500.19
HSL299.55º57.58%54.71%-
HSV(B)299.55º64.56%80.78%-
XYZ38.722.260.64-
YUV127.63172.23183.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 73 (28.91% from 255) = 15.08%
BLUE value IS 206 (80.86% from 255) = 42.56%
R=42.36%
G=15.08%
B=42.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal205732060.000.6500.19299.5557.5854.71
HexCD49CE04101312c3a37
Octal31511131601010234547267
Binary1100110110010011100111001000001010011100101100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD49CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD49CE; }

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

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

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

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

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

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

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

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