#C751B4

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

Shades of Fuchsia #C751B4

Tints of Fuchsia #C751B4

Color information

#C751B4 (or 0xC751B4) is unknown color: approx Fuchsia. HEX triplet: C7, 51 and B4. RGB value is (199,81,180). Sum of RGB (Red+Green+Blue) = 199+81+180=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C751B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751B4 is #38AE4B. Grayscale: #7F7F7F. Windows color (decimal): -3714636 or 11817415. OLE color: 11817415.

HSL color Cylindrical-coordinate representation of color #C751B4: hue angle of 309.66º 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 #C751B4 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB19981180-
CMYK00.590.100.22
HSL309.66º51.3%54.9%-
HSV(B)309.66º59.3%78.04%-
XYZ34.7321.3245.46-
YUV127.57157.59178.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.26%
GREEN value IS 81 (32.03% from 255) = 17.61%
BLUE value IS 180 (70.70% from 255) = 39.13%
R=43.26%
G=17.61%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998118000.590.100.22309.6651.354.9
HexC751B403BA161363337
Octal30712126407312264666367
Binary110001111010001101101000111011101010110100110110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C751B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C751B4; }

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

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

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

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

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

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

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

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