#c84bc6

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

Shades of Fuchsia #C84BC6

Tints of Fuchsia #C84BC6

Color information

#C84BC6 (or 0xC84BC6) is unknown color: approx Fuchsia. HEX triplet: C8, 4B and C6. RGB value is (200,75,198). Sum of RGB (Red+Green+Blue) = 200+75+198=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BC6 is #37B439. Grayscale: #7E7E7E. Windows color (decimal): -3650618 or 12995528. OLE color: 12995528.

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

Color convert

RGB20075198-
CMYK00.620.010.22
HSL300.96º53.19%53.92%-
HSV(B)300.96º62.5%78.43%-
XYZ36.5321.3955.63-
YUV126.4168.41180.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.28%
GREEN value IS 75 (29.69% from 255) = 15.86%
BLUE value IS 198 (77.73% from 255) = 41.86%
R=42.28%
G=15.86%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007519800.620.010.22300.9653.1953.92
HexC84BC603E11612d3536
Octal3101133060761264556566
Binary110010001001011110001100111110110110100101101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c84bc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c84bc6; }

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

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

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

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

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

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

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

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