#CF4EB9

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

Shades of Fuchsia #CF4EB9

Tints of Fuchsia #CF4EB9

Color information

#CF4EB9 (or 0xCF4EB9) is unknown color: approx Fuchsia. HEX triplet: CF, 4E and B9. RGB value is (207,78,185). Sum of RGB (Red+Green+Blue) = 207+78+185=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4EB9 is #30B146. Grayscale: #808080. Windows color (decimal): -3191111 or 12144335. OLE color: 12144335.

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

Color convert

RGB20778185-
CMYK00.620.110.19
HSL310.23º57.33%55.88%-
HSV(B)310.23º62.32%81.18%-
XYZ37.2122.2248.23-
YUV128.77159.74183.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 78 (30.86% from 255) = 16.60%
BLUE value IS 185 (72.66% from 255) = 39.36%
R=44.04%
G=16.60%
B=39.36%

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
Decimal2077818500.620.110.19310.2357.3355.88
HexCF4EB903EB131363938
Octal31711627107613234667170
Binary110011111001110101110010111110101110011100110110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4EB9; }

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

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

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

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

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

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

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

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