#C83DCC

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

Shades of Fuchsia #C83DCC

Tints of Fuchsia #C83DCC

Color information

#C83DCC (or 0xC83DCC) is unknown color: approx Fuchsia. HEX triplet: C8, 3D and CC. RGB value is (200,61,204). Sum of RGB (Red+Green+Blue) = 200+61+204=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #C83DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83DCC is #37C233. Grayscale: #767676. Windows color (decimal): -3654196 or 13385160. OLE color: 13385160.

HSL color Cylindrical-coordinate representation of color #C83DCC: hue angle of 298.32º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83DCC is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20061204-
CMYK0.020.7000.2
HSL298.32º58.37%51.96%-
HSV(B)298.32º70.1%80%-
XYZ36.3919.9859.06-
YUV118.86176.05185.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 61 (24.22% from 255) = 13.12%
BLUE value IS 204 (80.08% from 255) = 43.87%
R=43.01%
G=13.12%
B=43.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal200612040.020.7000.2298.3258.3751.96
HexC83DCC24601412a3a34
Octal3107531421060244527264
Binary1100100011110111001100101000110010100100101010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83DCC; }

 p { color: rgb(200,61,204); }

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

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

 a { background-color: rgb(200,61,204); }

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

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

 span { border-color: rgb(200,61,204); }

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