#cd4ebf

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

Shades of Fuchsia #CD4EBF

Tints of Fuchsia #CD4EBF

Color information

#CD4EBF (or 0xCD4EBF) is unknown color: approx Fuchsia. HEX triplet: CD, 4E and BF. RGB value is (205,78,191). Sum of RGB (Red+Green+Blue) = 205+78+191=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4EBF is #32B140. Grayscale: #808080. Windows color (decimal): -3322177 or 12537549. OLE color: 12537549.

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

Color convert

RGB20578191-
CMYK00.620.070.20
HSL306.61º55.95%55.49%-
HSV(B)306.61º61.95%80.39%-
XYZ37.3122.1951.61-
YUV128.85163.08182.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.25%
GREEN value IS 78 (30.86% from 255) = 16.46%
BLUE value IS 191 (75% from 255) = 40.30%
R=43.25%
G=16.46%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057819100.620.070.20306.6155.9555.49
HexCD4EBF03E7141333837
Octal3151162770767244637067
Binary11001101100111010111111011111011110100100110011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd4ebf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd4ebf; }

 p { color: rgb(205,78,191); }

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

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

 a { background-color: rgb(205,78,191); }

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

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

 span { border-color: rgb(205,78,191); }

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