#CF6EB5

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

Shades of Fuchsia #CF6EB5

Tints of Fuchsia #CF6EB5

Color information

#CF6EB5 (or 0xCF6EB5) is unknown color: approx Fuchsia. HEX triplet: CF, 6E and B5. RGB value is (207,110,181). Sum of RGB (Red+Green+Blue) = 207+110+181=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EB5 is #30914A. Grayscale: #929292. Windows color (decimal): -3182923 or 11890383. OLE color: 11890383.

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

Color convert

RGB207110181-
CMYK00.470.130.19
HSL316.08º50.26%62.16%-
HSV(B)316.08º46.86%81.18%-
XYZ39.6527.7546.98-
YUV147.1147.14170.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 110 (43.36% from 255) = 22.09%
BLUE value IS 181 (71.09% from 255) = 36.35%
R=41.57%
G=22.09%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711018100.470.130.19316.0850.2662.16
HexCF6EB502FD1313c323e
Octal31715626505715234746276
Binary110011111101110101101010101111110110011100111100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6EB5; }

 p { color: rgb(207,110,181); }

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

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

 a { background-color: rgb(207,110,181); }

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

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

 span { border-color: rgb(207,110,181); }

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