#C845AA

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

Shades of Fuchsia #C845AA

Tints of Fuchsia #C845AA

Color information

#C845AA (or 0xC845AA) is unknown color: approx Fuchsia. HEX triplet: C8, 45 and AA. RGB value is (200,69,170). Sum of RGB (Red+Green+Blue) = 200+69+170=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C845AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C845AA is #37BA55. Grayscale: #777777. Windows color (decimal): -3652182 or 11158984. OLE color: 11158984.

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

Color convert

RGB20069170-
CMYK00.660.150.22
HSL313.74º54.36%52.75%-
HSV(B)313.74º65.5%78.43%-
XYZ33.219.4440.03-
YUV119.68156.4185.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.56%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=45.56%
G=15.72%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006917000.660.150.22313.7454.3652.75
HexC845AA042F1613a3635
Octal310105252010217264726665
Binary1100100010001011010101001000010111110110100111010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C845AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C845AA; }

 p { color: rgb(200,69,170); }

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

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

 a { background-color: rgb(200,69,170); }

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

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

 span { border-color: rgb(200,69,170); }

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