#cf69b9

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

Shades of Fuchsia #CF69B9

Tints of Fuchsia #CF69B9

Color information

#CF69B9 (or 0xCF69B9) is unknown color: approx Fuchsia. HEX triplet: CF, 69 and B9. RGB value is (207,105,185). Sum of RGB (Red+Green+Blue) = 207+105+185=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF69B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69B9 is #309646. Grayscale: #909090. Windows color (decimal): -3184199 or 12151247. OLE color: 12151247.

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

Color convert

RGB207105185-
CMYK00.490.110.19
HSL312.94º51.52%61.18%-
HSV(B)312.94º49.28%81.18%-
XYZ39.5426.8749-
YUV144.62150.79172.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 105 (41.41% from 255) = 21.13%
BLUE value IS 185 (72.66% from 255) = 37.22%
R=41.65%
G=21.13%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710518500.490.110.19312.9451.5261.18
HexCF69B9031B13139343d
Octal31715127106113234716475
Binary110011111101001101110010110001101110011100111001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf69b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf69b9; }

 p { color: rgb(207,105,185); }

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

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

 a { background-color: rgb(207,105,185); }

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

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

 span { border-color: rgb(207,105,185); }

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