#CF5FB5

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

Shades of Fuchsia #CF5FB5

Tints of Fuchsia #CF5FB5

Color information

#CF5FB5 (or 0xCF5FB5) is unknown color: approx Fuchsia. HEX triplet: CF, 5F and B5. RGB value is (207,95,181). Sum of RGB (Red+Green+Blue) = 207+95+181=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FB5 is #30A04A. Grayscale: #8A8A8A. Windows color (decimal): -3186763 or 11886543. OLE color: 11886543.

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

Color convert

RGB20795181-
CMYK00.540.130.19
HSL313.93º53.85%59.22%-
HSV(B)313.93º54.11%81.18%-
XYZ38.1624.7946.49-
YUV138.29152.11177.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.86%
GREEN value IS 95 (37.5% from 255) = 19.67%
BLUE value IS 181 (71.09% from 255) = 37.47%
R=42.86%
G=19.67%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079518100.540.130.19313.9353.8559.22
HexCF5FB5036D1313a363b
Octal31713726506615234726673
Binary110011111011111101101010110110110110011100111010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5FB5; }

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

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

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

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

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

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

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

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