#c835ba

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

Shades of Fuchsia #C835BA

Tints of Fuchsia #C835BA

Color information

#C835BA (or 0xC835BA) is unknown color: approx Fuchsia. HEX triplet: C8, 35 and BA. RGB value is (200,53,186). Sum of RGB (Red+Green+Blue) = 200+53+186=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C835BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835BA is #37CA45. Grayscale: #6F6F6F. Windows color (decimal): -3656262 or 12203464. OLE color: 12203464.

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

Color convert

RGB20053186-
CMYK00.740.070.22
HSL305.71º58.1%49.61%-
HSV(B)305.71º73.5%78.43%-
XYZ33.9618.3748.21-
YUV112.12169.7190.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.56%
GREEN value IS 53 (21.09% from 255) = 12.07%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=45.56%
G=12.07%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005318600.740.070.22305.7158.149.61
HexC835BA04A7161323a32
Octal3106527201127264627262
Binary11001000110101101110100100101011110110100110010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c835ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c835ba; }

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

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

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

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

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

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

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

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