#CF40B3

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

Shades of Fuchsia #CF40B3

Tints of Fuchsia #CF40B3

Color information

#CF40B3 (or 0xCF40B3) is unknown color: approx Fuchsia. HEX triplet: CF, 40 and B3. RGB value is (207,64,179). Sum of RGB (Red+Green+Blue) = 207+64+179=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40B3 is #30BF4C. Grayscale: #777777. Windows color (decimal): -3194701 or 11747535. OLE color: 11747535.

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

Color convert

RGB20764179-
CMYK00.690.140.19
HSL311.75º59.83%53.14%-
HSV(B)311.75º69.08%81.18%-
XYZ35.720.1944.66-
YUV119.87161.38190.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46%
GREEN value IS 64 (25.39% from 255) = 14.22%
BLUE value IS 179 (70.31% from 255) = 39.78%
R=46%
G=14.22%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076417900.690.140.19311.7559.8353.14
HexCF40B3045E131383c35
Octal317100263010516234707465
Binary1100111110000001011001101000101111010011100111000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF40B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF40B3; }

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

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

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

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

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

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

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

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