#C833C1

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

Shades of Fuchsia #C833C1

Tints of Fuchsia #C833C1

Color information

#C833C1 (or 0xC833C1) is unknown color: approx Fuchsia. HEX triplet: C8, 33 and C1. RGB value is (200,51,193). Sum of RGB (Red+Green+Blue) = 200+51+193=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C833C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C833C1 is #37CC3E. Grayscale: #6F6F6F. Windows color (decimal): -3656767 or 12661704. OLE color: 12661704.

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

Color convert

RGB20051193-
CMYK00.740.040.22
HSL302.82º59.36%49.22%-
HSV(B)302.82º74.5%78.43%-
XYZ34.6318.552.2-
YUV111.74173.86190.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 51 (20.31% from 255) = 11.49%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=45.05%
G=11.49%
B=43.47%

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
Decimal2005119300.740.040.22302.8259.3649.22
HexC833C104A41612f3b31
Octal3106330101124264577361
Binary11001000110011110000010100101010010110100101111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C833C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C833C1; }

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

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

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

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

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

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

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

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