#CF40BA

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

Shades of Fuchsia #CF40BA

Tints of Fuchsia #CF40BA

Color information

#CF40BA (or 0xCF40BA) is unknown color: approx Fuchsia. HEX triplet: CF, 40 and BA. RGB value is (207,64,186). Sum of RGB (Red+Green+Blue) = 207+64+186=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40BA is #30BF45. Grayscale: #787878. Windows color (decimal): -3194694 or 12206287. OLE color: 12206287.

HSL color Cylindrical-coordinate representation of color #CF40BA: hue angle of 308.81º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF40BA is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB20764186-
CMYK00.690.100.19
HSL308.81º59.83%53.14%-
HSV(B)308.81º69.08%81.18%-
XYZ36.4320.4848.49-
YUV120.66164.88189.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.30%
GREEN value IS 64 (25.39% from 255) = 14.00%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=45.30%
G=14.00%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076418600.690.100.19308.8159.8353.14
HexCF40BA045A131353c35
Octal317100272010512234657465
Binary1100111110000001011101001000101101010011100110101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF40BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF40BA; }

 p { color: rgb(207,64,186); }

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

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

 a { background-color: rgb(207,64,186); }

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

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

 span { border-color: rgb(207,64,186); }

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