#C751D0

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

Shades of Fuchsia #C751D0

Tints of Fuchsia #C751D0

Color information

#C751D0 (or 0xC751D0) is unknown color: approx Fuchsia. HEX triplet: C7, 51 and D0. RGB value is (199,81,208). Sum of RGB (Red+Green+Blue) = 199+81+208=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #C751D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751D0 is #38AE2F. Grayscale: #828282. Windows color (decimal): -3714608 or 13652423. OLE color: 13652423.

HSL color Cylindrical-coordinate representation of color #C751D0: hue angle of 295.75º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C751D0 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19981208-
CMYK0.040.6100.18
HSL295.75º57.47%56.67%-
HSV(B)295.75º61.06%81.57%-
XYZ37.8822.5862.04-
YUV130.76171.59176.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 81 (32.03% from 255) = 16.60%
BLUE value IS 208 (81.64% from 255) = 42.62%
R=40.78%
G=16.60%
B=42.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal199812080.040.6100.18295.7557.4756.67
HexC751D043D0121283939
Octal3071213204750224507171
Binary11000111101000111010000100111101010010100101000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C751D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C751D0; }

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

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

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

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

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

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

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

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