#C835C4

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

Shades of Fuchsia #C835C4

Tints of Fuchsia #C835C4

Color information

#C835C4 (or 0xC835C4) is unknown color: approx Fuchsia. HEX triplet: C8, 35 and C4. RGB value is (200,53,196). Sum of RGB (Red+Green+Blue) = 200+53+196=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C835C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835C4 is #37CA3B. Grayscale: #707070. Windows color (decimal): -3656252 or 12858824. OLE color: 12858824.

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

Color convert

RGB20053196-
CMYK00.740.020.22
HSL301.63º58.1%49.61%-
HSV(B)301.63º73.5%78.43%-
XYZ35.0618.8154.01-
YUV113.26174.7189.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 53 (21.09% from 255) = 11.80%
BLUE value IS 196 (76.95% from 255) = 43.65%
R=44.54%
G=11.80%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005319600.740.020.22301.6358.149.61
HexC835C404A21612e3a32
Octal3106530401122264567262
Binary1100100011010111000100010010101010110100101110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C835C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C835C4; }

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

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

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

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

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

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

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

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