#cf4ebb

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

Shades of Fuchsia #CF4EBB

Tints of Fuchsia #CF4EBB

Color information

#CF4EBB (or 0xCF4EBB) is unknown color: approx Fuchsia. HEX triplet: CF, 4E and BB. RGB value is (207,78,187). Sum of RGB (Red+Green+Blue) = 207+78+187=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4EBB is #30B144. Grayscale: #808080. Windows color (decimal): -3191109 or 12275407. OLE color: 12275407.

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

Color convert

RGB20778187-
CMYK00.620.100.19
HSL309.3º57.33%55.88%-
HSV(B)309.3º62.32%81.18%-
XYZ37.4322.349.35-
YUV129160.74183.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.86%
GREEN value IS 78 (30.86% from 255) = 16.53%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=43.86%
G=16.53%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077818700.620.100.19309.357.3355.88
HexCF4EBB03EA131353938
Octal31711627307612234657170
Binary110011111001110101110110111110101010011100110101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf4ebb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf4ebb; }

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

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

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

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

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

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

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

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