#CF4BB7

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

Shades of Fuchsia #CF4BB7

Tints of Fuchsia #CF4BB7

Color information

#CF4BB7 (or 0xCF4BB7) is unknown color: approx Fuchsia. HEX triplet: CF, 4B and B7. RGB value is (207,75,183). Sum of RGB (Red+Green+Blue) = 207+75+183=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BB7 is #30B448. Grayscale: #7E7E7E. Windows color (decimal): -3191881 or 12012495. OLE color: 12012495.

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

Color convert

RGB20775183-
CMYK00.640.120.19
HSL310.91º57.89%55.29%-
HSV(B)310.91º63.77%81.18%-
XYZ36.821.7247.05-
YUV126.78159.73185.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.52%
GREEN value IS 75 (29.69% from 255) = 16.13%
BLUE value IS 183 (71.88% from 255) = 39.35%
R=44.52%
G=16.13%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077518300.640.120.19310.9157.8955.29
HexCF4BB7040C131373a37
Octal317113267010014234677267
Binary1100111110010111011011101000000110010011100110111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4BB7; }

 p { color: rgb(207,75,183); }

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

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

 a { background-color: rgb(207,75,183); }

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

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

 span { border-color: rgb(207,75,183); }

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