#C84CBA

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

Shades of Fuchsia #C84CBA

Tints of Fuchsia #C84CBA

Color information

#C84CBA (or 0xC84CBA) is unknown color: approx Fuchsia. HEX triplet: C8, 4C and BA. RGB value is (200,76,186). Sum of RGB (Red+Green+Blue) = 200+76+186=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CBA is #37B345. Grayscale: #7D7D7D. Windows color (decimal): -3650374 or 12209352. OLE color: 12209352.

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

Color convert

RGB20076186-
CMYK00.620.070.22
HSL306.77º52.99%54.12%-
HSV(B)306.77º62%78.43%-
XYZ35.2720.9948.65-
YUV125.62162.08181.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.29%
GREEN value IS 76 (30.08% from 255) = 16.45%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=43.29%
G=16.45%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007618600.620.070.22306.7752.9954.12
HexC84CBA03E7161333536
Octal3101142720767264636566
Binary11001000100110010111010011111011110110100110011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84CBA; }

 p { color: rgb(200,76,186); }

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

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

 a { background-color: rgb(200,76,186); }

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

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

 span { border-color: rgb(200,76,186); }

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