#CF61BB

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

Shades of Fuchsia #CF61BB

Tints of Fuchsia #CF61BB

Color information

#CF61BB (or 0xCF61BB) is unknown color: approx Fuchsia. HEX triplet: CF, 61 and BB. RGB value is (207,97,187). Sum of RGB (Red+Green+Blue) = 207+97+187=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF61BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61BB is #309E44. Grayscale: #8B8B8B. Windows color (decimal): -3186245 or 12280271. OLE color: 12280271.

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

Color convert

RGB20797187-
CMYK00.530.100.19
HSL310.91º53.4%59.61%-
HSV(B)310.91º53.14%81.18%-
XYZ38.9825.449.86-
YUV140.15154.44175.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 97 (38.28% from 255) = 19.76%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=42.16%
G=19.76%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079718700.530.100.19310.9153.459.61
HexCF61BB035A13137353c
Octal31714127306512234676574
Binary110011111100001101110110110101101010011100110111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF61BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF61BB; }

 p { color: rgb(207,97,187); }

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

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

 a { background-color: rgb(207,97,187); }

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

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

 span { border-color: rgb(207,97,187); }

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