#C851D0

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

Shades of Fuchsia #C851D0

Tints of Fuchsia #C851D0

Color information

#C851D0 (or 0xC851D0) is unknown color: approx Fuchsia. HEX triplet: C8, 51 and D0. RGB value is (200,81,208). Sum of RGB (Red+Green+Blue) = 200+81+208=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #C851D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851D0 is #37AE2F. Grayscale: #828282. Windows color (decimal): -3649072 or 13652424. OLE color: 13652424.

HSL color Cylindrical-coordinate representation of color #C851D0: hue angle of 296.22º 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 #C851D0 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20081208-
CMYK0.040.6100.18
HSL296.22º57.47%56.67%-
HSV(B)296.22º61.06%81.57%-
XYZ38.1522.7262.05-
YUV131.06171.42177.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.90%
GREEN value IS 81 (32.03% from 255) = 16.56%
BLUE value IS 208 (81.64% from 255) = 42.54%
R=40.90%
G=16.56%
B=42.54%

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
Decimal200812080.040.6100.18296.2257.4756.67
HexC851D043D0121283939
Octal3101213204750224507171
Binary11001000101000111010000100111101010010100101000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C851D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C851D0; }

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

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

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

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

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

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

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

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