#C84BC9

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

Shades of Fuchsia #C84BC9

Tints of Fuchsia #C84BC9

Color information

#C84BC9 (or 0xC84BC9) is unknown color: approx Fuchsia. HEX triplet: C8, 4B and C9. RGB value is (200,75,201). Sum of RGB (Red+Green+Blue) = 200+75+201=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #C84BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BC9 is #37B436. Grayscale: #7E7E7E. Windows color (decimal): -3650615 or 13192136. OLE color: 13192136.

HSL color Cylindrical-coordinate representation of color #C84BC9: hue angle of 299.52º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84BC9 is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20075201-
CMYK0.000.6300.21
HSL299.52º53.85%54.12%-
HSV(B)299.52º62.69%78.82%-
XYZ36.8821.5357.47-
YUV126.74169.91180.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 75 (29.69% from 255) = 15.76%
BLUE value IS 201 (78.91% from 255) = 42.23%
R=42.02%
G=15.76%
B=42.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200752010.000.6300.21299.5253.8554.12
HexC84BC903F01512c3636
Octal3101133110770254546666
Binary110010001001011110010010111111010101100101100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84BC9; }

 p { color: rgb(200,75,201); }

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

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

 a { background-color: rgb(200,75,201); }

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

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

 span { border-color: rgb(200,75,201); }

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