#cf40c7

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

Shades of Fuchsia #CF40C7

Tints of Fuchsia #CF40C7

Color information

#CF40C7 (or 0xCF40C7) is unknown color: approx Fuchsia. HEX triplet: CF, 40 and C7. RGB value is (207,64,199). Sum of RGB (Red+Green+Blue) = 207+64+199=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40C7 is #30BF38. Grayscale: #797979. Windows color (decimal): -3194681 or 13058255. OLE color: 13058255.

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

Color convert

RGB20764199-
CMYK00.690.040.19
HSL303.36º59.83%53.14%-
HSV(B)303.36º69.08%81.18%-
XYZ37.8721.0656.1-
YUV122.15171.38188.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 64 (25.39% from 255) = 13.62%
BLUE value IS 199 (78.12% from 255) = 42.34%
R=44.04%
G=13.62%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076419900.690.040.19303.3659.8353.14
HexCF40C704541312f3c35
Octal31710030701054234577465
Binary110011111000000110001110100010110010011100101111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf40c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf40c7; }

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

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

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

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

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

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

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

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