#C835AC

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

Shades of Fuchsia #C835AC

Tints of Fuchsia #C835AC

Color information

#C835AC (or 0xC835AC) is unknown color: approx Fuchsia. HEX triplet: C8, 35 and AC. RGB value is (200,53,172). Sum of RGB (Red+Green+Blue) = 200+53+172=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C835AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C835AC is #37CA53. Grayscale: #6E6E6E. Windows color (decimal): -3656276 or 11285960. OLE color: 11285960.

HSL color Cylindrical-coordinate representation of color #C835AC: hue angle of 311.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C835AC is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB20053172-
CMYK00.740.140.22
HSL311.43º58.1%49.61%-
HSV(B)311.43º73.5%78.43%-
XYZ32.5417.840.75-
YUV110.52162.7191.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.06%
GREEN value IS 53 (21.09% from 255) = 12.47%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=47.06%
G=12.47%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005317200.740.140.22311.4358.149.61
HexC835AC04AE161373a32
Octal31065254011216264677262
Binary110010001101011010110001001010111010110100110111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C835AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C835AC; }

 p { color: rgb(200,53,172); }

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

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

 a { background-color: rgb(200,53,172); }

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

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

 span { border-color: rgb(200,53,172); }

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