#C833B4

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

Shades of Fuchsia #C833B4

Tints of Fuchsia #C833B4

Color information

#C833B4 (or 0xC833B4) is unknown color: approx Fuchsia. HEX triplet: C8, 33 and B4. RGB value is (200,51,180). Sum of RGB (Red+Green+Blue) = 200+51+180=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C833B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C833B4 is #37CC4B. Grayscale: #6D6D6D. Windows color (decimal): -3656780 or 11809736. OLE color: 11809736.

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

Color convert

RGB20051180-
CMYK00.740.10.22
HSL308.05º59.36%49.22%-
HSV(B)308.05º74.5%78.43%-
XYZ33.2417.9444.89-
YUV110.26167.36192.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.40%
GREEN value IS 51 (20.31% from 255) = 11.83%
BLUE value IS 180 (70.70% from 255) = 41.76%
R=46.40%
G=11.83%
B=41.76%

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
Decimal2005118000.740.10.22308.0559.3649.22
HexC833B404AA161343b31
Octal31063264011212264647361
Binary110010001100111011010001001010101010110100110100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C833B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C833B4; }

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

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

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

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

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

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

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

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