#C84DBB

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

Shades of Fuchsia #C84DBB

Tints of Fuchsia #C84DBB

Color information

#C84DBB (or 0xC84DBB) is unknown color: approx Fuchsia. HEX triplet: C8, 4D and BB. RGB value is (200,77,187). Sum of RGB (Red+Green+Blue) = 200+77+187=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DBB is #37B244. Grayscale: #7E7E7E. Windows color (decimal): -3650117 or 12275144. OLE color: 12275144.

HSL color Cylindrical-coordinate representation of color #C84DBB: hue angle of 306.34º 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 #C84DBB is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB20077187-
CMYK00.620.060.22
HSL306.34º52.79%54.31%-
HSV(B)306.34º61.5%78.43%-
XYZ35.4421.1749.23-
YUV126.32162.25180.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 77 (30.47% from 255) = 16.59%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=43.10%
G=16.59%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007718700.620.060.22306.3452.7954.31
HexC84DBB03E6161323536
Octal3101152730766264626566
Binary11001000100110110111011011111011010110100110010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84DBB; }

 p { color: rgb(200,77,187); }

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

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

 a { background-color: rgb(200,77,187); }

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

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

 span { border-color: rgb(200,77,187); }

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