#CD4DC7

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

Shades of Fuchsia #CD4DC7

Tints of Fuchsia #CD4DC7

Color information

#CD4DC7 (or 0xCD4DC7) is unknown color: approx Fuchsia. HEX triplet: CD, 4D and C7. RGB value is (205,77,199). Sum of RGB (Red+Green+Blue) = 205+77+199=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4DC7 is #32B238. Grayscale: #808080. Windows color (decimal): -3322425 or 13061581. OLE color: 13061581.

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

Color convert

RGB20577199-
CMYK00.620.030.20
HSL302.81º56.14%55.29%-
HSV(B)302.81º62.44%80.39%-
XYZ38.1422.4156.35-
YUV129.18167.41182.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 77 (30.47% from 255) = 16.01%
BLUE value IS 199 (78.12% from 255) = 41.37%
R=42.62%
G=16.01%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057719900.620.030.20302.8156.1455.29
HexCD4DC703E31412f3837
Octal3151153070763244577067
Binary1100110110011011100011101111101110100100101111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4DC7; }

 p { color: rgb(205,77,199); }

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

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

 a { background-color: rgb(205,77,199); }

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

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

 span { border-color: rgb(205,77,199); }

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