#C84EB9

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

Shades of Fuchsia #C84EB9

Tints of Fuchsia #C84EB9

Color information

#C84EB9 (or 0xC84EB9) is unknown color: approx Fuchsia. HEX triplet: C8, 4E and B9. RGB value is (200,78,185). Sum of RGB (Red+Green+Blue) = 200+78+185=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C84EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84EB9 is #37B146. Grayscale: #7E7E7E. Windows color (decimal): -3649863 or 12144328. OLE color: 12144328.

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

Color convert

RGB20078185-
CMYK00.610.080.22
HSL307.38º52.59%54.51%-
HSV(B)307.38º61%78.43%-
XYZ35.321.2348.14-
YUV126.68160.92180.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 78 (30.86% from 255) = 16.85%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=43.20%
G=16.85%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007818500.610.080.22307.3852.5954.51
HexC84EB903D8161333537
Octal31011627107510264636567
Binary110010001001110101110010111101100010110100110011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84EB9; }

 p { color: rgb(200,78,185); }

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

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

 a { background-color: rgb(200,78,185); }

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

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

 span { border-color: rgb(200,78,185); }

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