#CF40B8

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

Shades of Fuchsia #CF40B8

Tints of Fuchsia #CF40B8

Color information

#CF40B8 (or 0xCF40B8) is unknown color: approx Fuchsia. HEX triplet: CF, 40 and B8. RGB value is (207,64,184). Sum of RGB (Red+Green+Blue) = 207+64+184=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40B8 is #30BF47. Grayscale: #787878. Windows color (decimal): -3194696 or 12075215. OLE color: 12075215.

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

Color convert

RGB20764184-
CMYK00.690.110.19
HSL309.65º59.83%53.14%-
HSV(B)309.65º69.08%81.18%-
XYZ36.2220.3947.37-
YUV120.44163.88189.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 64 (25.39% from 255) = 14.07%
BLUE value IS 184 (72.27% from 255) = 40.44%
R=45.49%
G=14.07%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076418400.690.110.19309.6559.8353.14
HexCF40B8045B131363c35
Octal317100270010513234667465
Binary1100111110000001011100001000101101110011100110110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF40B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF40B8; }

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

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

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

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

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

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

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

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