#CF6FB5

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

Shades of Fuchsia #CF6FB5

Tints of Fuchsia #CF6FB5

Color information

#CF6FB5 (or 0xCF6FB5) is unknown color: approx Fuchsia. HEX triplet: CF, 6F and B5. RGB value is (207,111,181). Sum of RGB (Red+Green+Blue) = 207+111+181=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FB5 is #30904A. Grayscale: #939393. Windows color (decimal): -3182667 or 11890639. OLE color: 11890639.

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

Color convert

RGB207111181-
CMYK00.460.130.19
HSL316.25º50%62.35%-
HSV(B)316.25º46.38%81.18%-
XYZ39.7627.9747.02-
YUV147.68146.8170.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.48%
GREEN value IS 111 (43.75% from 255) = 22.24%
BLUE value IS 181 (71.09% from 255) = 36.27%
R=41.48%
G=22.24%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711118100.460.130.19316.255062.35
HexCF6FB502ED1313c323e
Octal31715726505615234746276
Binary110011111101111101101010101110110110011100111100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6FB5; }

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

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

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

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

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

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

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

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