#CF69BC

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

Shades of Fuchsia #CF69BC

Tints of Fuchsia #CF69BC

Color information

#CF69BC (or 0xCF69BC) is unknown color: approx Fuchsia. HEX triplet: CF, 69 and BC. RGB value is (207,105,188). Sum of RGB (Red+Green+Blue) = 207+105+188=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF69BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69BC is #309643. Grayscale: #909090. Windows color (decimal): -3184196 or 12347855. OLE color: 12347855.

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

Color convert

RGB207105188-
CMYK00.490.090.19
HSL311.18º51.52%61.18%-
HSV(B)311.18º49.28%81.18%-
XYZ39.862750.69-
YUV144.96152.29172.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.4%
GREEN value IS 105 (41.41% from 255) = 21%
BLUE value IS 188 (73.83% from 255) = 37.6%
R=41.4%
G=21%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710518800.490.090.19311.1851.5261.18
HexCF69BC031913137343d
Octal31715127406111234676475
Binary110011111101001101111000110001100110011100110111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF69BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF69BC; }

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

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

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

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

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

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

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

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