#C63DBE

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

Shades of Fuchsia #C63DBE

Tints of Fuchsia #C63DBE

Color information

#C63DBE (or 0xC63DBE) is unknown color: approx Fuchsia. HEX triplet: C6, 3D and BE. RGB value is (198,61,190). Sum of RGB (Red+Green+Blue) = 198+61+190=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DBE is #39C241. Grayscale: #747474. Windows color (decimal): -3785282 or 12467654. OLE color: 12467654.

HSL color Cylindrical-coordinate representation of color #C63DBE: hue angle of 303.5º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63DBE is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB19861190-
CMYK00.690.040.22
HSL303.5º54.58%50.78%-
HSV(B)303.5º69.19%77.65%-
XYZ34.2519.0650.59-
YUV116.67169.39186.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.10%
GREEN value IS 61 (24.22% from 255) = 13.59%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=44.10%
G=13.59%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986119000.690.040.22303.554.5850.78
HexC63DBE0454161303733
Octal3067527601054264606763
Binary11000110111101101111100100010110010110100110000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63DBE; }

 p { color: rgb(198,61,190); }

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

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

 a { background-color: rgb(198,61,190); }

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

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

 span { border-color: rgb(198,61,190); }

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