#C835B4

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

Shades of Fuchsia #C835B4

Tints of Fuchsia #C835B4

Color information

#C835B4 (or 0xC835B4) is unknown color: approx Fuchsia. HEX triplet: C8, 35 and B4. RGB value is (200,53,180). Sum of RGB (Red+Green+Blue) = 200+53+180=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C835B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835B4 is #37CA4B. Grayscale: #6F6F6F. Windows color (decimal): -3656268 or 11810248. OLE color: 11810248.

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

Color convert

RGB20053180-
CMYK00.740.10.22
HSL308.16º58.1%49.61%-
HSV(B)308.16º73.5%78.43%-
XYZ33.3318.1244.92-
YUV111.43166.7191.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.19%
GREEN value IS 53 (21.09% from 255) = 12.24%
BLUE value IS 180 (70.70% from 255) = 41.57%
R=46.19%
G=12.24%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005318000.740.10.22308.1658.149.61
HexC835B404AA161343a32
Octal31065264011212264647262
Binary110010001101011011010001001010101010110100110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C835B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C835B4; }

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

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

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

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

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

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

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

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