#CF60BE

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

Shades of Fuchsia #CF60BE

Tints of Fuchsia #CF60BE

Color information

#CF60BE (or 0xCF60BE) is unknown color: approx Fuchsia. HEX triplet: CF, 60 and BE. RGB value is (207,96,190). Sum of RGB (Red+Green+Blue) = 207+96+190=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF60BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60BE is #309F41. Grayscale: #8B8B8B. Windows color (decimal): -3186498 or 12476623. OLE color: 12476623.

HSL color Cylindrical-coordinate representation of color #CF60BE: hue angle of 309.19º 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 #CF60BE is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB20796190-
CMYK00.540.080.19
HSL309.19º53.62%59.41%-
HSV(B)309.19º53.62%81.18%-
XYZ39.2125.3551.54-
YUV139.9156.27175.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.99%
GREEN value IS 96 (37.89% from 255) = 19.47%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=41.99%
G=19.47%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079619000.540.080.19309.1953.6259.41
HexCF60BE036813135363b
Octal31714027606610234656673
Binary110011111100000101111100110110100010011100110101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF60BE; }

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

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

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

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

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

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

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

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