#C834C1

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

Shades of Fuchsia #C834C1

Tints of Fuchsia #C834C1

Color information

#C834C1 (or 0xC834C1) is unknown color: approx Fuchsia. HEX triplet: C8, 34 and C1. RGB value is (200,52,193). Sum of RGB (Red+Green+Blue) = 200+52+193=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C834C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834C1 is #37CB3E. Grayscale: #6F6F6F. Windows color (decimal): -3656511 or 12661960. OLE color: 12661960.

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

Color convert

RGB20052193-
CMYK00.740.040.22
HSL302.84º58.73%49.41%-
HSV(B)302.84º74%78.43%-
XYZ34.6718.5952.21-
YUV112.33173.53190.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.94%
GREEN value IS 52 (20.70% from 255) = 11.69%
BLUE value IS 193 (75.78% from 255) = 43.37%
R=44.94%
G=11.69%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005219300.740.040.22302.8458.7349.41
HexC834C104A41612f3b31
Octal3106430101124264577361
Binary11001000110100110000010100101010010110100101111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C834C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C834C1; }

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

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

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

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

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

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

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

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