#cf69b7

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

Shades of Fuchsia #CF69B7

Tints of Fuchsia #CF69B7

Color information

#CF69B7 (or 0xCF69B7) is unknown color: approx Fuchsia. HEX triplet: CF, 69 and B7. RGB value is (207,105,183). Sum of RGB (Red+Green+Blue) = 207+105+183=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF69B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69B7 is #309648. Grayscale: #909090. Windows color (decimal): -3184201 or 12020175. OLE color: 12020175.

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

Color convert

RGB207105183-
CMYK00.490.120.19
HSL314.12º51.52%61.18%-
HSV(B)314.12º49.28%81.18%-
XYZ39.3326.7947.9-
YUV144.39149.79172.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 105 (41.41% from 255) = 21.21%
BLUE value IS 183 (71.88% from 255) = 36.97%
R=41.82%
G=21.21%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710518300.490.120.19314.1251.5261.18
HexCF69B7031C1313a343d
Octal31715126706114234726475
Binary110011111101001101101110110001110010011100111010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf69b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf69b7; }

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

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

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

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

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

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

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

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