#C751BB

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

Shades of Fuchsia #C751BB

Tints of Fuchsia #C751BB

Color information

#C751BB (or 0xC751BB) is unknown color: approx Fuchsia. HEX triplet: C7, 51 and BB. RGB value is (199,81,187). Sum of RGB (Red+Green+Blue) = 199+81+187=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C751BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751BB is #38AE44. Grayscale: #808080. Windows color (decimal): -3714629 or 12276167. OLE color: 12276167.

HSL color Cylindrical-coordinate representation of color #C751BB: hue angle of 306.1º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C751BB is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB19981187-
CMYK00.590.060.22
HSL306.1º51.3%54.9%-
HSV(B)306.1º59.3%78.04%-
XYZ35.4721.6149.32-
YUV128.37161.09178.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.61%
GREEN value IS 81 (32.03% from 255) = 17.34%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=42.61%
G=17.34%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998118700.590.060.22306.151.354.9
HexC751BB03B6161323337
Octal3071212730736264626367
Binary11000111101000110111011011101111010110100110010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C751BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C751BB; }

 p { color: rgb(199,81,187); }

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

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

 a { background-color: rgb(199,81,187); }

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

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

 span { border-color: rgb(199,81,187); }

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