#CF5EB0

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

Shades of Fuchsia #CF5EB0

Tints of Fuchsia #CF5EB0

Color information

#CF5EB0 (or 0xCF5EB0) is unknown color: approx Fuchsia. HEX triplet: CF, 5E and B0. RGB value is (207,94,176). Sum of RGB (Red+Green+Blue) = 207+94+176=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5EB0 is #30A14F. Grayscale: #888888. Windows color (decimal): -3187024 or 11558607. OLE color: 11558607.

HSL color Cylindrical-coordinate representation of color #CF5EB0: hue angle of 316.46º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF5EB0 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB20794176-
CMYK00.550.150.19
HSL316.46º54.07%59.02%-
HSV(B)316.46º54.59%81.18%-
XYZ37.5724.4143.8-
YUV137.14149.94177.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.40%
GREEN value IS 94 (37.11% from 255) = 19.71%
BLUE value IS 176 (69.14% from 255) = 36.90%
R=43.40%
G=19.71%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079417600.550.150.19316.4654.0759.02
HexCF5EB0037F1313c363b
Octal31713626006717234746673
Binary110011111011110101100000110111111110011100111100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5EB0; }

 p { color: rgb(207,94,176); }

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

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

 a { background-color: rgb(207,94,176); }

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

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

 span { border-color: rgb(207,94,176); }

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