#CF46B4

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

Shades of Fuchsia #CF46B4

Tints of Fuchsia #CF46B4

Color information

#CF46B4 (or 0xCF46B4) is unknown color: approx Fuchsia. HEX triplet: CF, 46 and B4. RGB value is (207,70,180). Sum of RGB (Red+Green+Blue) = 207+70+180=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF46B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46B4 is #30B94B. Grayscale: #7B7B7B. Windows color (decimal): -3193164 or 11814607. OLE color: 11814607.

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

Color convert

RGB20770180-
CMYK00.660.130.19
HSL311.82º58.8%54.31%-
HSV(B)311.82º66.18%81.18%-
XYZ36.1620.9445.32-
YUV123.5159.89187.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.30%
GREEN value IS 70 (27.73% from 255) = 15.32%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=45.30%
G=15.32%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077018000.660.130.19311.8258.854.31
HexCF46B4042D131383b36
Octal317106264010215234707366
Binary1100111110001101011010001000010110110011100111000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF46B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF46B4; }

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

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

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

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

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

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

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

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