#CF43B6

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

Shades of Fuchsia #CF43B6

Tints of Fuchsia #CF43B6

Color information

#CF43B6 (or 0xCF43B6) is unknown color: approx Fuchsia. HEX triplet: CF, 43 and B6. RGB value is (207,67,182). Sum of RGB (Red+Green+Blue) = 207+67+182=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF43B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF43B6 is #30BC49. Grayscale: #797979. Windows color (decimal): -3193930 or 11944911. OLE color: 11944911.

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

Color convert

RGB20767182-
CMYK00.680.120.19
HSL310.71º59.32%53.73%-
HSV(B)310.71º67.63%81.18%-
XYZ36.1820.6646.34-
YUV121.97161.88188.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.39%
GREEN value IS 67 (26.56% from 255) = 14.69%
BLUE value IS 182 (71.48% from 255) = 39.91%
R=45.39%
G=14.69%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076718200.680.120.19310.7159.3253.73
HexCF43B6044C131373b36
Octal317103266010414234677366
Binary1100111110000111011011001000100110010011100110111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF43B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF43B6; }

 p { color: rgb(207,67,182); }

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

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

 a { background-color: rgb(207,67,182); }

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

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

 span { border-color: rgb(207,67,182); }

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