#C84CC4

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

Shades of Fuchsia #C84CC4

Tints of Fuchsia #C84CC4

Color information

#C84CC4 (or 0xC84CC4) is unknown color: approx Fuchsia. HEX triplet: C8, 4C and C4. RGB value is (200,76,196). Sum of RGB (Red+Green+Blue) = 200+76+196=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CC4 is #37B33B. Grayscale: #7E7E7E. Windows color (decimal): -3650364 or 12864712. OLE color: 12864712.

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

Color convert

RGB20076196-
CMYK00.620.020.22
HSL301.94º52.99%54.12%-
HSV(B)301.94º62%78.43%-
XYZ36.3721.4354.44-
YUV126.76167.08180.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.37%
GREEN value IS 76 (30.08% from 255) = 16.10%
BLUE value IS 196 (76.95% from 255) = 41.53%
R=42.37%
G=16.10%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007619600.620.020.22301.9452.9954.12
HexC84CC403E21612e3536
Octal3101143040762264566566
Binary1100100010011001100010001111101010110100101110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84CC4; }

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

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

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

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

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

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

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

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