#CF4EB8

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

Shades of Fuchsia #CF4EB8

Tints of Fuchsia #CF4EB8

Color information

#CF4EB8 (or 0xCF4EB8) is unknown color: approx Fuchsia. HEX triplet: CF, 4E and B8. RGB value is (207,78,184). Sum of RGB (Red+Green+Blue) = 207+78+184=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4EB8 is #30B147. Grayscale: #808080. Windows color (decimal): -3191112 or 12078799. OLE color: 12078799.

HSL color Cylindrical-coordinate representation of color #CF4EB8: hue angle of 310.7º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4EB8 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB20778184-
CMYK00.620.110.19
HSL310.7º57.33%55.88%-
HSV(B)310.7º62.32%81.18%-
XYZ37.1122.1747.67-
YUV128.66159.24183.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.14%
GREEN value IS 78 (30.86% from 255) = 16.63%
BLUE value IS 184 (72.27% from 255) = 39.23%
R=44.14%
G=16.63%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077818400.620.110.19310.757.3355.88
HexCF4EB803EB131373938
Octal31711627007613234677170
Binary110011111001110101110000111110101110011100110111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4EB8; }

 p { color: rgb(207,78,184); }

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

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

 a { background-color: rgb(207,78,184); }

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

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

 span { border-color: rgb(207,78,184); }

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