#cf51be

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

Shades of Fuchsia #CF51BE

Tints of Fuchsia #CF51BE

Color information

#CF51BE (or 0xCF51BE) is unknown color: approx Fuchsia. HEX triplet: CF, 51 and BE. RGB value is (207,81,190). Sum of RGB (Red+Green+Blue) = 207+81+190=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF51BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF51BE is #30AE41. Grayscale: #828282. Windows color (decimal): -3190338 or 12472783. OLE color: 12472783.

HSL color Cylindrical-coordinate representation of color #CF51BE: hue angle of 308.1º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF51BE is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB20781190-
CMYK00.610.080.19
HSL308.1º56.76%56.47%-
HSV(B)308.1º60.87%81.18%-
XYZ37.9722.8751.13-
YUV131.1161.24182.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.31%
GREEN value IS 81 (32.03% from 255) = 16.95%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=43.31%
G=16.95%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078119000.610.080.19308.156.7656.47
HexCF51BE03D8131343938
Octal31712127607510234647170
Binary110011111010001101111100111101100010011100110100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf51be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf51be; }

 p { color: rgb(207,81,190); }

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

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

 a { background-color: rgb(207,81,190); }

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

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

 span { border-color: rgb(207,81,190); }

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