#C751BC

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

Shades of Fuchsia #C751BC

Tints of Fuchsia #C751BC

Color information

#C751BC (or 0xC751BC) is unknown color: approx Fuchsia. HEX triplet: C7, 51 and BC. RGB value is (199,81,188). Sum of RGB (Red+Green+Blue) = 199+81+188=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C751BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751BC is #38AE43. Grayscale: #808080. Windows color (decimal): -3714628 or 12341703. OLE color: 12341703.

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

Color convert

RGB19981188-
CMYK00.590.060.22
HSL305.59º51.3%54.9%-
HSV(B)305.59º59.3%78.04%-
XYZ35.5721.6649.88-
YUV128.48161.59178.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.52%
GREEN value IS 81 (32.03% from 255) = 17.31%
BLUE value IS 188 (73.83% from 255) = 40.17%
R=42.52%
G=17.31%
B=40.17%

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
Decimal1998118800.590.060.22305.5951.354.9
HexC751BC03B6161323337
Octal3071212740736264626367
Binary11000111101000110111100011101111010110100110010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C751BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C751BC; }

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

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

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

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

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

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

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

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