#C834B1

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

Shades of Fuchsia #C834B1

Tints of Fuchsia #C834B1

Color information

#C834B1 (or 0xC834B1) is unknown color: approx Fuchsia. HEX triplet: C8, 34 and B1. RGB value is (200,52,177). Sum of RGB (Red+Green+Blue) = 200+52+177=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C834B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C834B1 is #37CB4E. Grayscale: #6E6E6E. Windows color (decimal): -3656527 or 11613384. OLE color: 11613384.

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

Color convert

RGB20052177-
CMYK00.740.120.22
HSL309.32º58.73%49.41%-
HSV(B)309.32º74%78.43%-
XYZ32.9817.9143.31-
YUV110.5165.53191.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 52 (20.70% from 255) = 12.12%
BLUE value IS 177 (69.53% from 255) = 41.26%
R=46.62%
G=12.12%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005217700.740.120.22309.3258.7349.41
HexC834B104AC161353b31
Octal31064261011214264657361
Binary110010001101001011000101001010110010110100110101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C834B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C834B1; }

 p { color: rgb(200,52,177); }

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

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

 a { background-color: rgb(200,52,177); }

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

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

 span { border-color: rgb(200,52,177); }

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