#CF46B1

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

Shades of Fuchsia #CF46B1

Tints of Fuchsia #CF46B1

Color information

#CF46B1 (or 0xCF46B1) is unknown color: approx Fuchsia. HEX triplet: CF, 46 and B1. RGB value is (207,70,177). Sum of RGB (Red+Green+Blue) = 207+70+177=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF46B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF46B1 is #30B94E. Grayscale: #7A7A7A. Windows color (decimal): -3193167 or 11617999. OLE color: 11617999.

HSL color Cylindrical-coordinate representation of color #CF46B1: hue angle of 313.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF46B1 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB20770177-
CMYK00.660.140.19
HSL313.14º58.8%54.31%-
HSV(B)313.14º66.18%81.18%-
XYZ35.8620.8243.72-
YUV123.16158.39187.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.59%
GREEN value IS 70 (27.73% from 255) = 15.42%
BLUE value IS 177 (69.53% from 255) = 38.99%
R=45.59%
G=15.42%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077017700.660.140.19313.1458.854.31
HexCF46B1042E131393b36
Octal317106261010216234717366
Binary1100111110001101011000101000010111010011100111001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF46B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF46B1; }

 p { color: rgb(207,70,177); }

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

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

 a { background-color: rgb(207,70,177); }

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

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

 span { border-color: rgb(207,70,177); }

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