#C84ACA

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

Shades of Fuchsia #C84ACA

Tints of Fuchsia #C84ACA

Color information

#C84ACA (or 0xC84ACA) is unknown color: approx Fuchsia. HEX triplet: C8, 4A and CA. RGB value is (200,74,202). Sum of RGB (Red+Green+Blue) = 200+74+202=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #C84ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ACA is #37B535. Grayscale: #7D7D7D. Windows color (decimal): -3650870 or 13257416. OLE color: 13257416.

HSL color Cylindrical-coordinate representation of color #C84ACA: hue angle of 299.06º degrees, saturation: 0.55, 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 #C84ACA is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20074202-
CMYK0.010.6300.21
HSL299.06º54.7%54.12%-
HSV(B)299.06º63.37%79.22%-
XYZ36.9321.4458.07-
YUV126.27170.74180.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 74 (29.30% from 255) = 15.55%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=42.02%
G=15.55%
B=42.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200742020.010.6300.21299.0654.754.12
HexC84ACA13F01512b3736
Octal3101123121770254536766
Binary110010001001010110010101111111010101100101011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84ACA; }

 p { color: rgb(200,74,202); }

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

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

 a { background-color: rgb(200,74,202); }

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

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

 span { border-color: rgb(200,74,202); }

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