#CD39D4

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

Shades of Fuchsia #CD39D4

Tints of Fuchsia #CD39D4

Color information

#CD39D4 (or 0xCD39D4) is unknown color: approx Fuchsia. HEX triplet: CD, 39 and D4. RGB value is (205,57,212). Sum of RGB (Red+Green+Blue) = 205+57+212=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD39D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD39D4 is #32C62B. Grayscale: #767676. Windows color (decimal): -3327532 or 13908429. OLE color: 13908429.

HSL color Cylindrical-coordinate representation of color #CD39D4: hue angle of 297.29º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD39D4 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20557212-
CMYK0.030.7300.17
HSL297.29º64.32%52.75%-
HSV(B)297.29º73.11%83.14%-
XYZ38.5220.6664.24-
YUV118.92180.53189.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.25%
GREEN value IS 57 (22.66% from 255) = 12.03%
BLUE value IS 212 (83.20% from 255) = 44.73%
R=43.25%
G=12.03%
B=44.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205572120.030.7300.17297.2964.3252.75
HexCD39D43490111294035
Octal31571324311102145110065
Binary11001101111001110101001110010010100011001010011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD39D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD39D4; }

 p { color: rgb(205,57,212); }

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

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

 a { background-color: rgb(205,57,212); }

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

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

 span { border-color: rgb(205,57,212); }

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